summaryrefslogtreecommitdiffstats
path: root/games/xscavenger/files/patch-x.c
blob: 7a42be4e352ecc433f2bb4b9a9cde244f666b06f (plain)
1
2
3
4
5
6
7
8
9
10
11
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++;
 	}
 }
 
OpenPOWER on IntegriCloud