Skip to content
Snippets Groups Projects
Commit 1d57728b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

tweak

parent 350854ac
Branches
Tags
No related merge requests found
......@@ -458,10 +458,8 @@ void Msg::ProgressMeter(int n, int N, bool log, const char *fmt, ...)
vsnprintf(str, sizeof(str), fmt, args);
va_end(args);
if(strlen(fmt)) strcat(str, " ");
char str2[1024];
sprintf(str2, "%s(%d %%)", str, _progressMeterCurrent);
sprintf(str2, "[%3d%%] %s", _progressMeterCurrent, str);
if(_client) _client->Progress(str2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment