mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
While I'm here: * updating MAINTAINER entry * adding the proper dependencies Reviewed by: mat Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12224
11 lines
255 B
C
11 lines
255 B
C
--- 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);
|