aboutsummaryrefslogtreecommitdiffstats
path: root/report.c
diff options
context:
space:
mode:
Diffstat (limited to 'report.c')
-rw-r--r--report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.c b/report.c
index 851f7dd1..fa1ce4ad 100644
--- a/report.c
+++ b/report.c
@@ -274,7 +274,7 @@ void report_flush(FILE *errfp)
if (partial_message_size_used != 0)
{
partial_message_size_used = 0;
- report(errfp, partial_message);
+ report(errfp, "%s", partial_message);
partial_suppress_tag = 1;
}
}