Jilles-pedantry

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@230 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-02-13 22:36:17 +00:00
parent 0676d450d0
commit 363ceebf62
2 changed files with 3 additions and 1 deletions

View File

@ -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]

View File

@ -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;