Removed extra % from output

The string is not passed through boost::filter; therefore one % is enough.
This commit is contained in:
Moritz Bunkus 2009-01-18 17:42:19 +01:00
parent fe9ca8a91f
commit 9ddc19609e

View File

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