[hackers] [sbase] unexpand: fix eprintf || Hiltjo Posthuma
commit 3d8d796a952fdc0e6d5beb66d354c5386f0fd594
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sun Dec 21 23:14:39 2014 +0100
unexpand: fix eprintf
diff --git a/unexpand.c b/unexpand.c
index f282781..b4b57a0 100644
--- a/unexpand.c
+++ b/unexpand.c
_AT_@ -27,7 +27,7 @@ main(int argc, char *argv[])
case 't':
tabsize = estrtol(EARGF(usage()), 0);
if (tabsize <= 0)
- eprintf("unexpand: invalid tabsize\n", argv[0]);
+ eprintf("unexpand: invalid tabsize\n");
/* Fallthrough: -t implies -a */
case 'a':
aflag = 1;
Received on Mon Dec 22 2014 - 11:34:35 CET
This archive was generated by hypermail 2.3.0
: Mon Dec 22 2014 - 11:36:17 CET