Remove comment in eprintf.c
We do not prefix with the program name.
This commit is contained in:
parent
601e4ad5f9
commit
63678c3235
@ -33,8 +33,6 @@ enprintf(int status, const char *fmt, ...)
|
|||||||
void
|
void
|
||||||
venprintf(int status, const char *fmt, va_list ap)
|
venprintf(int status, const char *fmt, va_list ap)
|
||||||
{
|
{
|
||||||
/*fprintf(stderr, "%s: ", argv0);*/
|
|
||||||
|
|
||||||
vfprintf(stderr, fmt, ap);
|
vfprintf(stderr, fmt, ap);
|
||||||
|
|
||||||
if(fmt[0] && fmt[strlen(fmt)-1] == ':') {
|
if(fmt[0] && fmt[strlen(fmt)-1] == ':') {
|
||||||
|
Loading…
Reference in New Issue
Block a user