Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/usr.bin/split/split.c 131978 2004-07-11 14:44:23Z tjr $");
---
> __FBSDID("$FreeBSD: head/usr.bin/split/split.c 149345 2005-08-21 06:35:02Z tjr $");
322,331c322,323
< /*
< * Hack to increase max files; original code wandered through
< * magic characters.
< */
< if (fnum == maxfiles) {
< if (!defname || fname[0] == 'z')
< errx(EX_DATAERR, "too many files");
< ++fname[0];
< fnum = 0;
< }
---
> if (fnum == maxfiles)
> errx(EX_DATAERR, "too many files");