Check for size == 0 in split(1)
This commit is contained in:
parent
8125e8829d
commit
fe84305649
2
split.c
2
split.c
@ -58,7 +58,7 @@ main(int argc, char *argv[])
|
||||
break;
|
||||
case 'b':
|
||||
always = 1;
|
||||
if ((size = parseoffset(EARGF(usage()))) < 0)
|
||||
if ((size = parseoffset(EARGF(usage()))) <= 0)
|
||||
return 1;
|
||||
break;
|
||||
case 'd':
|
||||
|
Loading…
x
Reference in New Issue
Block a user