freebsd-ports/games/holotz-castle/files/patch-JLib__JLib__Util__JFS.cpp
Rusmir Dusko 2670921f55 - Fix STAGEDIR, add USES desthack, change MAKE_ARGS
- Change installation handling for executable
- Recreate patches with make makepatch
2014-05-13 21:31:41 +00:00

13 lines
407 B
C++

--- ./JLib/JLib/Util/JFS.cpp.orig 2009-05-02 11:17:15.000000000 +0200
+++ ./JLib/JLib/Util/JFS.cpp 2014-05-06 09:39:45.658916968 +0200
@@ -886,8 +886,8 @@
s32 n, k;
// Si es un directorio lo importa recursivamente
- struct dirent64 **namelist;
- n = scandir64(filename, &namelist, 0, alphasort);
+ struct dirent **namelist;
+ n = scandir(filename, &namelist, 0, alphasort);
if (n < 0)
{