ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 63678c3235c7267a8fb5384737a8ed64ea345c51
parent 601e4ad5f91509f84a26800a1f82042c96eea3fe
Author: sin <sin@2f30.org>
Date:   Fri,  9 Aug 2013 15:54:07 +0100

Remove comment in eprintf.c

We do not prefix with the program name.

Diffstat:
Mutil/eprintf.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/util/eprintf.c b/util/eprintf.c @@ -33,8 +33,6 @@ 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] == ':') {