https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r280343 | mnicholson | 2010-07-29 10:57:57 -0500 (Thu, 29 Jul 2010) | 4 lines
Use PRIx64 instead of PRId64 in format string.
related to r280302
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@280344
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
return NULL;
}
if ((format & AST_FORMAT_SLINEAR) == 0) {
- ast_log(LOG_NOTICE, "Format 0x%" PRId64 "x unsupported\n", format);
+ ast_log(LOG_NOTICE, "Format 0x%" PRIx64 " unsupported\n", format);
return NULL;
}
if (o->owner) {