mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-31 01:24:43 +02:00
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;
|
pass = p + 1;
|
||||||
|
|
||||||
if (pass != '\0')
|
if (*pass != '\0')
|
||||||
{
|
{
|
||||||
*p = '\0';
|
*p = '\0';
|
||||||
user = auth;
|
user = auth;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user