fixed bug with -I flag
This commit is contained in:
parent
dd3688b9ce
commit
55ab3cdd45
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user