Removed extra % from output

The strings are not passed through boost::filter; therefore one % is enough.
This commit is contained in:
Moritz Bunkus 2009-01-18 19:59:55 +01:00
parent 9ddc19609e
commit cdcb7a3f03
2 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ main(int argc,
extract_tracks(input_file.c_str(), tracks);
if (0 == verbose)
mxinfo(Y("Progress: 100%%\n"));
mxinfo(Y("Progress: 100%\n"));
} else if (MODE_TAGS == mode)
extract_tags(input_file.c_str(), s_parse_fully);

View File

@ -355,7 +355,7 @@ extract_timecodes(const string &file_name,
close_timecode_files();
if (0 == verbose)
mxinfo(Y("Progress: 100%%\n"));
mxinfo(Y("Progress: 100%\n"));
} catch (...) {
show_error(Y("Caught exception"));