updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / holotz-castle / holotz-castle-gcc44.patch
blob30017a8de7a33e7c1b57a2005ff3af6f073acf93
1 --- holotz-castle-1.3.14-src/JLib/JLib/Util/JFS.cpp
2 +++ holotz-castle-1.3.14-src/JLib/JLib/Util/JFS.cpp
3 @@ -887,7 +887,7 @@
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);
10 if (n < 0)