Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > main-release-src > by-pkgid > 9fd27914b251227c8436bccad37c6fbf > files > 2

xfig-3.2.5b-3mdv2010.1.src.rpm

Index: w_msgpanel.c
===================================================================
--- w_msgpanel.c
+++ w_msgpanel.c	2009-03-07 12:26:45.000000000 +0100
@@ -588,7 +588,7 @@
 
     strcat(tmpstr,"\n");
     if (update_figs) {
-	fprintf(stderr,tmpstr);
+	fprintf(stderr, "%s", tmpstr);
     } else {
 	/* append this message to the file message widget string */
 	block.firstPos = 0;