diff options
Diffstat (limited to 'games/xscavenger/files/patch-x.c')
-rw-r--r-- | games/xscavenger/files/patch-x.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xscavenger/files/patch-x.c b/games/xscavenger/files/patch-x.c new file mode 100644 index 000000000000..7a42be4e352e --- /dev/null +++ b/games/xscavenger/files/patch-x.c @@ -0,0 +1,12 @@ +--- x.c.orig 2014-11-18 19:58:49 UTC ++++ x.c +@@ -445,7 +445,8 @@ int i; + i=0; + while(*p) + { +- fmap[tolower(*p)]=fmap[*p++]=i++; ++ fmap[tolower(*p)]=fmap[*p]=i++; ++ p++; + } + } + |