]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make chan_usbradio.c build on 64bit platforms.
authorMatthew Nicholson <mnicholson@digium.com>
Thu, 29 Jul 2010 15:41:27 +0000 (15:41 +0000)
committerMatthew Nicholson <mnicholson@digium.com>
Thu, 29 Jul 2010 15:41:27 +0000 (15:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@280340 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_usbradio.c

index 729b24d3cb0051352fd7cc37304668237f7a7054..6610a314ac7de26cc0c049599acd76924a10acdb 100644 (file)
@@ -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", format);
+               ast_log(LOG_NOTICE, "Format 0x%llx unsupported\n", (unsigned long long) format);
                return NULL;
        }
        if (o->owner) {