Fixed problem with -I option
This commit is contained in:
parent
3265860819
commit
951b534d29
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user