r7908 - packages/trunk/reminiscence/debian/patches

Benoît TUDURI bent-guest at alioth.debian.org
Sun Aug 10 08:14:34 UTC 2008


Author: bent-guest
Date: 2008-08-10 08:14:34 +0000 (Sun, 10 Aug 2008)
New Revision: 7908

Modified:
   packages/trunk/reminiscence/debian/patches/04_data_and_save_path_directories_creation.patches
Log:
oops.


Modified: packages/trunk/reminiscence/debian/patches/04_data_and_save_path_directories_creation.patches
===================================================================
--- packages/trunk/reminiscence/debian/patches/04_data_and_save_path_directories_creation.patches	2008-08-10 08:00:59 UTC (rev 7907)
+++ packages/trunk/reminiscence/debian/patches/04_data_and_save_path_directories_creation.patches	2008-08-10 08:14:34 UTC (rev 7908)
@@ -50,12 +50,12 @@
 +	t = (char *) NULL;
 +	p = (char *) NULL;
 +
-+	if (s != (char *)NULL || *s == '\0')
++	if (s == (char *)NULL || *s == '\0')
 +		exit(EXIT_FAILURE);
 +	
 +	t = getenv("HOME");
 +
-+	if (t != (char *)NULL)
++	if (t == (char *)NULL)
 +		exit(EXIT_FAILURE);
 +	
 +	p = s;




More information about the Pkg-games-commits mailing list