Patch level : 4.0 911

Files correlati     :
Ricompilazione Demo : [ ]
Commento           :

Riportata la versione 3.2 1010


git-svn-id: svn://10.65.10.50/trunk@16356 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2008-03-21 09:27:33 +00:00
parent 466f81c81c
commit 6e3907a767

View File

@ -734,7 +734,7 @@ bool list_custom_files(const char* ext, const char* classe, TString_array& files
}
list_files(path, lista);
}
path = "*"; path.ext(ext); // Leggo i files in campo
path = name; path.ext(ext); // Leggo i files in campo
list_files(path, lista);
sort_files(lista); // Ordino i files e rimuovo i doppioni
@ -769,9 +769,6 @@ bool list_custom_files(const char* ext, const char* classe, TString_array& files
}
}
}
path = name; path.ext(ext); // Leggo i files in campo
list_files(path, files);
sort_files(files)
return !files.empty();
}