diff options
-rw-r--r-- | util.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,8 @@ emallocz(unsigned int size) } void -eprint(const char *errstr, ...) { +eprint(const char *errstr, ...) +{ va_list ap; va_start(ap, errstr); |
![]() |
index : DWM fork | |
Fork of DWM (Dynamic Window Manager https://dwm.suckless.org/ ) patched and configured to my needs |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | util.c | 3 |
@@ -30,7 +30,8 @@ emallocz(unsigned int size) } void -eprint(const char *errstr, ...) { +eprint(const char *errstr, ...) +{ va_list ap; va_start(ap, errstr); |