Revert "Remove comment in eprintf.c"
This is actually useful when debugging ubase.
This commit is contained in:
parent
10356a07c1
commit
a770b91e62
@ -33,6 +33,8 @@ enprintf(int status, const char *fmt, ...)
|
||||
void
|
||||
venprintf(int status, const char *fmt, va_list ap)
|
||||
{
|
||||
/*fprintf(stderr, "%s: ", argv0);*/
|
||||
|
||||
vfprintf(stderr, fmt, ap);
|
||||
|
||||
if(fmt[0] && fmt[strlen(fmt)-1] == ':') {
|
||||
|
Loading…
Reference in New Issue
Block a user