Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > f238a1c7d96770491ee964bb4383ee71 > files > 1

libformat-1.5-4mdv2010.1.src.rpm

--- src/srcformat.c.str	2010-02-19 21:59:17.000000000 +0100
+++ src/srcformat.c	2010-02-19 21:59:30.000000000 +0100
@@ -166,7 +166,7 @@
 	  fprintf(fp,"--></style>\n");
 	  fprintf(fp,"</head>\n");
 	  fprintf(fp,"<body class=\"format_global\">\n");
-	  fprintf(fp,output);
+	  fprintf(fp,"%s",output);
 	  fprintf(fp,"\n</body>\n</html>\n");
 	  fclose(fp);
 	} else {