pretty serious bugfix
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@292 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
1a36469589
commit
f6b9135c34
|
@ -1785,7 +1785,7 @@ main (int argc, char** argv)
|
|||
{
|
||||
pass = p + 1;
|
||||
|
||||
if (pass != '\0')
|
||||
if (*pass != '\0')
|
||||
{
|
||||
*p = '\0';
|
||||
user = auth;
|
||||
|
|
Loading…
Reference in New Issue