fixed bug with -I flag

This commit is contained in:
eck 1990-09-27 16:39:54 +00:00
parent efc2d2ee63
commit 337d0e5629

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;