fixed bug with -I flag

This commit is contained in:
eck 1990-09-27 15:59:38 +00:00
parent d296eed0c3
commit 7dff46d44e

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;