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

No commit message

No commit message
parent f17bba31
No related branches found
No related tags found
No related merge requests found
...@@ -408,7 +408,7 @@ void Msg::ProgressMeter(int n, int N, const char *fmt, ...) ...@@ -408,7 +408,7 @@ void Msg::ProgressMeter(int n, int N, const char *fmt, ...)
if(strlen(fmt)) strcat(str, " "); if(strlen(fmt)) strcat(str, " ");
char str2[1024]; char str2[1024];
sprintf(str2, "%s(%d %%)", _progressMeterCurrent); sprintf(str2, "%s(%d %%)", str, _progressMeterCurrent);
if(_client) _client->Progress(str2); if(_client) _client->Progress(str2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment