aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>2003-07-18 18:20:56 +0000
committerMatthew Hunt <mph@FreeBSD.org>2003-07-18 18:20:56 +0000
commit43a57fd66277e6d1eaf747664dff7240fc975a30 (patch)
tree9aa725dae455bcd190cccae2c5fe0890c03fc6d7
parent0b50a757e52f47c25d023005938c29eb7cb72093 (diff)
downloadports-43a57fd66277e6d1eaf747664dff7240fc975a30.tar.gz
ports-43a57fd66277e6d1eaf747664dff7240fc975a30.zip
Notes
-rw-r--r--games/inform/files/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/inform/files/patch-ab b/games/inform/files/patch-ab
index 864a82e13aee..c071f7d09251 100644
--- a/games/inform/files/patch-ab
+++ b/games/inform/files/patch-ab
@@ -21,10 +21,10 @@
- print \"[ ~\", (name) obj, \"~.\", (property) id, \"(\";\
- switch(y) { 1: print a; 2: print a,\",\",b; 3: print a,\",\",b,\",\",c;\
+ if (n==1) {\
-+ #ifdef DEBUG;n=debug_flag & 1;
++ #ifdef DEBUG;n=debug_flag & 1;\
+debug_flag=debug_flag-n;#endif;\
+ print \"[ ~\", (name) obj, \"~.\", (property) id, \"(\";\
-+ switch(y) { 1: print a; 2: print a,\",\",b; 3: print
++ switch(y) { 1: print a; 2: print a,\",\",b; 3: print \
+a,\",\",b,\",\",c;\
4: print a,\",\",b,\",\",c,\",\",d;\
5: print a,\",\",b,\",\",c,\",\",d,\",\",e;\