Fixed problems with -I and with value conformant arrays
This commit is contained in:
@@ -140,10 +140,10 @@ DoOption(text)
|
||||
Realloc(DEFPATH,(mDEF+=10)*sizeof(char *));
|
||||
}
|
||||
|
||||
for (i = ndirs++; i <= nDEF; i++) {
|
||||
for (i = ndirs++; i < nDEF; i++) {
|
||||
char *tmp = DEFPATH[i];
|
||||
|
||||
DEFPATH[i++] = new;
|
||||
DEFPATH[i] = new;
|
||||
new = tmp;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user