12 lines
275 B
Diff
12 lines
275 B
Diff
--- build/files.c 2007/03/19 11:52:22 1.103
|
|
+++ build/files.c 2007/03/19 14:13:05
|
|
@@ -2517,6 +2517,8 @@
|
|
if (checkFiles(check_fileList) > 0)
|
|
res = 1;
|
|
}
|
|
+ else
|
|
+ checkFiles(check_fileList);
|
|
|
|
check_fileList = freeStringBuf(check_fileList);
|
|
|