blob: d1c0b36dbfbaf7650ea02e128cd7080cbcae3802 [file] [log] [blame]
--- a/wr/write-ps.c
+++ b/wr/write-ps.c
@@ -458,7 +458,7 @@
fprintf(fp,"\n");
}
}
- fprintf(fp,footer);
+ fprintf(fp, "%s", footer);
return 0;
}