You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/holotz-castle/files/holotz-castle-1.3.14-gcc44....

12 lines
292 B

--- a/JLib/JLib/Util/JFS.cpp
+++ b/JLib/JLib/Util/JFS.cpp
@@ -887,7 +887,7 @@
// Si es un directorio lo importa recursivamente
struct dirent64 **namelist;
- n = scandir64(filename, &namelist, 0, alphasort);
+ n = scandir64(filename, &namelist, 0, alphasort64);
if (n < 0)
{