]> skyeroc.xyz Git - dgamelaunch/commitdiff
this should really be strncmp
authorJoshua Kwan <joshk@triplehelix.org>
Mon, 5 Jan 2004 17:37:21 +0000 (17:37 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Mon, 5 Jan 2004 17:37:21 +0000 (17:37 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@94 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgamelaunch.c

index c4c720cbb497886c757fefa345679f5f18ffed5d..62f7b63bb8d37cfd00ef1278e32370e68dbfe147 100644 (file)
@@ -1164,7 +1164,7 @@ writefile (int requirenew)
 
   for (i = 0; i < f_num; i++)
     {
-      if (loggedin && !strncasecmp (me->username, users[i]->username, 20))
+      if (loggedin && !strncmp (me->username, users[i]->username, 20))
         {
           if (requirenew)
             {