mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 14:27:42 +00:00
Removed extra % from output
The string is not passed through boost::filter; therefore one % is enough.
This commit is contained in:
parent
fe9ca8a91f
commit
9ddc19609e
@ -384,7 +384,7 @@ flac_reader_c::parse_file() {
|
||||
#endif // HAVE_FLAC_DECODER_SKIP
|
||||
}
|
||||
|
||||
mxinfo(Y("+-> Pre-parsing FLAC file: 100%%\n"));
|
||||
mxinfo(Y("+-> Pre-parsing FLAC file: 100%\n"));
|
||||
|
||||
if ((blocks.size() == 0) || (blocks[0].type != FLAC_BLOCK_TYPE_HEADERS))
|
||||
mxerror(Y("flac_reader: Could not read all header packets.\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user