summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordepesz2002-03-12 13:43:26 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit2d1f67e913466fca6e0f5ea644717465f07a6cbc (patch)
tree7652526a2bac8d99f3f5300e51e4fbd315253915
parentf33b9f661a22b058c839dbebbd9d2ce6959b7208 (diff)
downloadnethack-2d1f67e913466fca6e0f5ea644717465f07a6cbc.zip
nethack-2d1f67e913466fca6e0f5ea644717465f07a6cbc.tar.gz
fix for brain-dead patchhack misfeaturenethack-3_3_1-6
Changed files: nethack-ph-dlb-files.patch -> 1.1
-rw-r--r--nethack-ph-dlb-files.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/nethack-ph-dlb-files.patch b/nethack-ph-dlb-files.patch
new file mode 100644
index 0000000..c6da351
--- /dev/null
+++ b/nethack-ph-dlb-files.patch
@@ -0,0 +1,12 @@
+diff -urN nethack-3.3.1.orig/util/dlb_main.c nethack-3.3.1/util/dlb_main.c
+--- nethack-3.3.1.orig/util/dlb_main.c Wed May 10 02:18:02 2000
++++ nethack-3.3.1/util/dlb_main.c Tue Mar 12 14:30:22 2002
+@@ -53,7 +53,7 @@
+ #define O_BINARY 0
+ #endif
+
+-#define MAX_DLB_FILES 200 /* max # of files we'll handle */
++#define MAX_DLB_FILES 500 /* max # of files we'll handle */
+ #define DLB_VERS 1 /* version of dlb file we will write */
+
+ /*