this should really be strncmp

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@94 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-05 17:37:21 +00:00
parent 527b7ace92
commit ecc8f9b897
1 changed files with 1 additions and 1 deletions

View 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)
{