358a070
From: Roland Rosenfeld <roland@debian.org>
358a070
Subject: Fix format string error with hardening.
358a070
358a070
--- a/w_msgpanel.c
358a070
+++ b/w_msgpanel.c
358a070
@@ -588,7 +588,7 @@
358a070
 
358a070
     strcat(tmpstr,"\n");
358a070
     if (update_figs) {
358a070
-	fprintf(stderr,tmpstr);
358a070
+       fprintf(stderr, "%s", tmpstr);
358a070
     } else {
358a070
 	/* append this message to the file message widget string */
358a070
 	block.firstPos = 0;