Merged revisions 280302 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r280302 | pabelanger | 2010-07-28 19:45:34 -0500 (Wed, 28 Jul 2010) | 2 lines
  
  Use PRId64 with format_t
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@280342 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10-digiumphones
Matthew Nicholson 16 years ago
parent 3329e69b12
commit a29c220884

@ -2243,7 +2243,7 @@ static struct ast_channel *usbradio_request(const char *type, format_t format, c
return NULL;
}
if ((format & AST_FORMAT_SLINEAR) == 0) {
ast_log(LOG_NOTICE, "Format 0x%llx unsupported\n", (unsigned long long) format);
ast_log(LOG_NOTICE, "Format 0x%" PRId64 "x unsupported\n", format);
return NULL;
}
if (o->owner) {

Loading…
Cancel
Save