Sophie

Sophie

distrib > Mandriva > cooker > x86_64 > by-pkgid > 8a49beec87ceef59a336a669971d8e9f > files > 5

holotz-castle-1.3.14-2mdv2011.0.src.rpm

--- holotz-castle-1.3.14-src.orig/JLib/JLib/Util/JFS.cpp	2009-09-08 15:09:13.000000000 +0200
+++ holotz-castle-1.3.14-src/JLib/JLib/Util/JFS.cpp	2009-09-08 15:30:48.000000000 +0200
@@ -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)
 		{