diff options
Diffstat (limited to '')
-rw-r--r-- | benchmarks/unixbench/files/patch-src_big.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/unixbench/files/patch-src_big.c b/benchmarks/unixbench/files/patch-src_big.c new file mode 100644 index 000000000000..7790317c2b9e --- /dev/null +++ b/benchmarks/unixbench/files/patch-src_big.c @@ -0,0 +1,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); |