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;


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to