X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=util.c;h=930b374929580017f220b6b637993ef2eef2c1f6;hp=eba841613bf2a66e89a2878586b5d4fa647627de;hb=dba23062bad40afb1a90f60b6897cf9e1ca5035b;hpb=c0705eeb65733e8c5091e47d5bdc701a0779a949 diff --git a/util.c b/util.c index eba8416..930b374 100644 --- a/util.c +++ b/util.c @@ -13,7 +13,7 @@ #include "dwm.h" void -error(const char *errstr, ...) { +eprint(const char *errstr, ...) { va_list ap; va_start(ap, errstr); vfprintf(stderr, errstr, ap);