From 62914225acd1d90c23a0935323414d07fa115b79 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 25 Sep 2006 15:37:22 +0000 Subject: [PATCH] Do not use the %lld/%llu format specifiers directly. --- src/input/r_matroska.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/r_matroska.cpp b/src/input/r_matroska.cpp index 86094a49f..b1a658799 100644 --- a/src/input/r_matroska.cpp +++ b/src/input/r_matroska.cpp @@ -440,7 +440,7 @@ kax_reader_c::verify_tracks() { t->a_formattag = FOURCC('f', 'L', 'a', 'C'); #else mxwarn(PFX "mkvmerge was not compiled with FLAC support. " - "Ignoring track %u.\n", t->tnum); + "Ignoring track " LLU ".\n", t->tnum); continue; #endif } else if (t->codec_id == MKV_A_TTA)