blob: 686b8475e9ed4e5823ac88c495361cd24d8a97da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
njplot-vib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/njplot-vib.c b/njplot-vib.c
index fe55609..63fd3b6 100644
--- a/njplot-vib.c
+++ b/njplot-vib.c
@@ -1976,7 +1976,7 @@ PDFONLY" no window interface, just write the PDF/PostScript tree plot\n"
#else
fprintf(stderr,
#endif
- message);
+ "%s", message);
exit(0);
}
}
|