[hackers] [ubase] Always print the program name || sin
commit 1de3e6c679a608aa07dfc2d3b419045697879572
Author: sin <sin_AT_2f30.org>
Date: Mon Feb 10 12:32:40 2014 +0000
Always print the program name
diff --git a/util/eprintf.c b/util/eprintf.c
index 72bbd3c..6d6fa65 100644
--- a/util/eprintf.c
+++ b/util/eprintf.c
_AT_@ -33,7 +33,7 @@ enprintf(int status, const char *fmt, ...)
void
venprintf(int status, const char *fmt, va_list ap)
{
- /*fprintf(stderr, "%s: ", argv0);*/
+ fprintf(stderr, "%s: ", argv0);
vfprintf(stderr, fmt, ap);
Received on Mon Feb 10 2014 - 13:34:38 CET
This archive was generated by hypermail 2.3.0
: Mon Feb 10 2014 - 13:36:21 CET