Fixed error counter
This commit is contained in:
parent
95621765b6
commit
7e1a403298
@ -288,6 +288,7 @@ void ImportFiles(int Area)
|
|||||||
printf("\nCan't find file on disk, skipping: %s\n", token);
|
printf("\nCan't find file on disk, skipping: %s\n", token);
|
||||||
Append = FALSE;
|
Append = FALSE;
|
||||||
Present = FALSE;
|
Present = FALSE;
|
||||||
|
Errors++;
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user