Fixed problem with -I option

This commit is contained in:
ceriel 1990-09-27 17:50:52 +00:00
parent 928c2dacc5
commit ce71090da3

View file

@ -181,7 +181,7 @@ deleted, is now a debug-flag
Realloc(inctable,(inc_max+=10)*sizeof(char *));
}
for (i = inc_pos++; i <= inc_total; i++) {
for (i = inc_pos++; i < inc_total; i++) {
char *tmp = inctable[i];
inctable[i] = new;