diff options
author | sin <sin@2f30.org> | 2014-10-02 23:43:00 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-02 23:43:00 +0100 |
commit | 328d8f718c2b53edeb7a953f2666977876e23cd1 (patch) | |
tree | 88a3232cd4bfb3211e4b4dfa7a4b06a5cd7fb28b /eprintf.c | |
parent | 93c3f6321138be7b2eaa9eb9920df7cd8425ca73 (diff) |
Stop this madness
Diffstat (limited to 'eprintf.c')
-rw-r--r-- | eprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |