mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 14:27:42 +00:00
Removed extra % from output
The strings are not passed through boost::filter; therefore one % is enough.
This commit is contained in:
parent
9ddc19609e
commit
cdcb7a3f03
@ -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);
|
||||
|
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user