summaryrefslogtreecommitdiff
path: root/games/zoom/patches/patch-src_tokenise.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/zoom/patches/patch-src_tokenise.c')
-rw-r--r--games/zoom/patches/patch-src_tokenise.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/zoom/patches/patch-src_tokenise.c b/games/zoom/patches/patch-src_tokenise.c
new file mode 100644
index 00000000000..c17c5cb43e4
--- /dev/null
+++ b/games/zoom/patches/patch-src_tokenise.c
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_tokenise.c,v 1.1 2012/06/15 18:51:32 joerg Exp $
+
+--- src/tokenise.c.orig 2012-06-15 14:24:46.000000000 +0000
++++ src/tokenise.c
+@@ -154,9 +154,9 @@ ZDictionary* dictionary_cache(const ZUWo
+
+ int cache = 1;
+
+-inline ZUWord lookup_word(unsigned int* word,
+- int wordlen,
+- ZUWord dct)
++ZUWord lookup_word(unsigned int* word,
++ int wordlen,
++ ZUWord dct)
+ {
+ ZByte packed[12];
+ int zscii_len;