1 --- holotz-castle-1.3.14-src/JLib/JLib/Util/JFS.cpp
2 +++ holotz-castle-1.3.14-src/JLib/JLib/Util/JFS.cpp
5 // Si es un directorio lo importa recursivamente
6 struct dirent64 **namelist;
7 - n = scandir64(filename, &namelist, 0, alphasort);
8 + n = scandir64(filename, &namelist, 0, alphasort64);