fixed bug with -I flag
This commit is contained in:
parent
d296eed0c3
commit
7dff46d44e
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ deleted, is now a debug-flag
|
||||||
Realloc(inctable,(inc_max+=10)*sizeof(char *));
|
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];
|
char *tmp = inctable[i];
|
||||||
|
|
||||||
inctable[i] = new;
|
inctable[i] = new;
|
||||||
|
|
Loading…
Reference in a new issue