mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
Merged revisions 280023 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r280023 | pabelanger | 2010-07-27 21:37:10 -0400 (Tue, 27 Jul 2010) | 5 lines Resolve compiler warning about formatting (closes issue #17732) Reported by: pabelanger ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@280024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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%lx unsupported\n", format);
|
||||
ast_log(LOG_NOTICE, "Format 0x%llx unsupported\n", format);
|
||||
return NULL;
|
||||
}
|
||||
if (o->owner) {
|
||||
|
||||
Reference in New Issue
Block a user