Enough with this insanity!
@@ -63,10 +63,10 @@ main(int argc, char *argv[])
always = 0;
tmp = ARGF();
if (tmp)
size = estrtol(tmp, 10);
size = estrtonum(tmp, 0, LLONG_MAX);
break;
case 'a':
slen = estrtol(EARGF(usage()), 10);
slen = estrtonum(EARGF(usage()), 0, INT_MAX);
case 'd':
base = 10;
The note is not visible to the blocked user.