mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-01 15:56:59 +00:00
Do not use the %lld/%llu format specifiers directly.
This commit is contained in:
parent
fd45113c89
commit
62914225ac
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user