From af7af4c86a5b7ce24d74e24ae6028875d341cc72 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 6 Sep 2008 22:36:25 +0000 Subject: - Update to 1.3.9 - Unbreak (now works without problems) - Split patch for convenience PR: 126870 Submitted by: me Approved by: "Pierre-Paul Lavoie" (maintainer) --- games/holotz-castle/files/patch-JLib-JLib-Util-JFS.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 games/holotz-castle/files/patch-JLib-JLib-Util-JFS.cpp (limited to 'games/holotz-castle/files/patch-JLib-JLib-Util-JFS.cpp') diff --git a/games/holotz-castle/files/patch-JLib-JLib-Util-JFS.cpp b/games/holotz-castle/files/patch-JLib-JLib-Util-JFS.cpp new file mode 100644 index 000000000000..3fd9b8589df5 --- /dev/null +++ b/games/holotz-castle/files/patch-JLib-JLib-Util-JFS.cpp @@ -0,0 +1,13 @@ +--- JLib/JLib/Util/JFS.cpp.orig 2008-08-23 22:36:06.000000000 +0400 ++++ JLib/JLib/Util/JFS.cpp 2008-08-25 17:58:54.000000000 +0400 +@@ -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) + { -- cgit v1.2.3