fixed bug with -I flag

This commit is contained in:
eck 1990-09-27 16:39:54 +00:00
parent 4581d9f266
commit d7a034bc02

View file

@ -93,7 +93,7 @@ do_option(text)
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;