summaryrefslogtreecommitdiff
path: root/games-arcade/holotz-castle/files/holotz-castle-1.3.14-gcc44.patch
blob: 0c3af53591bf8bb70689177fd55940acc7fbc874 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- JLib/JLib/Util/JFS.cpp
+++ 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)
 		{