From 1855164886bce8304548ebabe2157c35476abb6b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 24 Jun 2012 09:38:36 +0000 Subject: [PATCH] --- Common/GmshMessage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index 9f230f0209..fdc21512be 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -408,7 +408,7 @@ void Msg::ProgressMeter(int n, int N, const char *fmt, ...) if(strlen(fmt)) strcat(str, " "); char str2[1024]; - sprintf(str2, "%s(%d %%)", _progressMeterCurrent); + sprintf(str2, "%s(%d %%)", str, _progressMeterCurrent); if(_client) _client->Progress(str2); -- GitLab