Revert "Remove comment in eprintf.c"

This is actually useful when debugging ubase.
This commit is contained in:
sin 2013-08-12 11:03:53 +01:00
parent 10356a07c1
commit a770b91e62

View File

@ -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] == ':') {