]> skyeroc.xyz Git - dgamelaunch/commitdiff
Jilles-pedantry
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 13 Feb 2004 22:36:17 +0000 (22:36 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Fri, 13 Feb 2004 22:36:17 +0000 (22:36 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@230 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Changelog
dgamelaunch.c

index d8dfaf6f0c985c2c4a096cb8511a7243d49d70a9..983abddd7728b865c9e5572087178b55b43ccc5b 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -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]
 
index f3ef2bf4ec0a44ac5800993076b82ab765d8cc27..01d69113a35eb61a37898ac41bf6e49cb4de25df 100644 (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;