Jilles-pedantry
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@230 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
0676d450d0
commit
363ceebf62
|
@ -1,4 +1,6 @@
|
|||
1.5 (???)
|
||||
* Make sure writefile does not get called when using it as a
|
||||
password prompt for new-users [CRITICAL]
|
||||
* Allow user to change his or her email address in the console.
|
||||
* Remove some useless cruft in ttywait() [ttyplay.c]
|
||||
|
||||
|
|
|
@ -671,7 +671,7 @@ changepw (int dowrite)
|
|||
free(me->password);
|
||||
me->password = strdup (crypt (buf, buf));
|
||||
|
||||
if (dowrite == 1)
|
||||
if (dowrite)
|
||||
writefile (0);
|
||||
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue