From 328d8f718c2b53edeb7a953f2666977876e23cd1 Mon Sep 17 00:00:00 2001 From: sin Date: Thu, 2 Oct 2014 23:43:00 +0100 Subject: Stop this madness --- eprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eprintf.c') diff --git a/eprintf.c b/eprintf.c index f89cc3d..833367a 100644 --- a/eprintf.c +++ b/eprintf.c @@ -26,7 +26,7 @@ eprintf(const char *fmt, ...) va_list ap; va_start(ap, fmt); - venprintf(EXIT_FAILURE, fmt, ap); + venprintf(1, fmt, ap); va_end(ap); } -- cgit v1.2.3