mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-31 01:24:43 +02:00
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 (???)
|
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.
|
* Allow user to change his or her email address in the console.
|
||||||
* Remove some useless cruft in ttywait() [ttyplay.c]
|
* Remove some useless cruft in ttywait() [ttyplay.c]
|
||||||
|
|
||||||
|
@ -671,7 +671,7 @@ changepw (int dowrite)
|
|||||||
free(me->password);
|
free(me->password);
|
||||||
me->password = strdup (crypt (buf, buf));
|
me->password = strdup (crypt (buf, buf));
|
||||||
|
|
||||||
if (dowrite == 1)
|
if (dowrite)
|
||||||
writefile (0);
|
writefile (0);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user