fixed bug with -I flag

This commit is contained in:
eck 1990-09-27 15:59:38 +00:00
parent dd3688b9ce
commit 55ab3cdd45

View File

@ -179,7 +179,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;