summaryrefslogtreecommitdiffstats
path: root/benchmarks/unixbench/files/patch-src_big.c
blob: 7790317c2b9e062e23ad75f9d6436eef05840ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/big.c.orig	2015-06-04 17:20:18 UTC
+++ src/big.c
@@ -583,7 +583,7 @@ void dumpwork(void)
 void fatal(char *s)
 {
     int	i;
-    fprintf(stderr, s);
+    fprintf(stderr, "%s", s);
     fflush(stderr);
     perror("Reason?");
     fflush(stderr);
OpenPOWER on IntegriCloud