aboutsummaryrefslogtreecommitdiffstats
path: root/reporthandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'reporthandler.cpp')
-rw-r--r--reporthandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/reporthandler.cpp b/reporthandler.cpp
index c03100815..18a9a9c1e 100644
--- a/reporthandler.cpp
+++ b/reporthandler.cpp
@@ -83,7 +83,7 @@ void ReportHandler::progress(const QString& str, ...)
void ReportHandler::printProgress()
{
- printf(m_progressBuffer);
+ printf("%s", m_progressBuffer);
fflush(stdout);
}