pretty serious bugfix

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@292 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-06-13 03:05:47 +00:00
parent 1a36469589
commit f6b9135c34
1 changed files with 1 additions and 1 deletions

View File

@ -1785,7 +1785,7 @@ main (int argc, char** argv)
{
pass = p + 1;
if (pass != '\0')
if (*pass != '\0')
{
*p = '\0';
user = auth;