Do not use the %lld/%llu format specifiers directly.

This commit is contained in:
Moritz Bunkus 2006-09-25 15:37:22 +00:00
parent fd45113c89
commit 62914225ac

View File

@ -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)