]> skyeroc.xyz Git - dgamelaunch/commitdiff
pretty serious bugfix
authorJoshua Kwan <joshk@triplehelix.org>
Sun, 13 Jun 2004 03:05:47 +0000 (03:05 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Sun, 13 Jun 2004 03:05:47 +0000 (03:05 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@292 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgamelaunch.c

index f99337cfbd696afa8d784447e5f2830732ebc153..4d40d64ee25486b6f95517ad7fb1d959cbb697fb 100644 (file)
@@ -1785,7 +1785,7 @@ main (int argc, char** argv)
     {
       pass = p + 1;
 
-      if (pass != '\0')
+      if (*pass != '\0')
       {
         *p = '\0';
         user = auth;