Noted lsearch() fix in changes file
authorAri Johnson <ari@theari.com>
Tue, 9 Dec 2008 21:45:02 +0000 (21:45 +0000)
committerCobraMUSH <cobramush@nveid.com>
Tue, 4 Mar 2008 21:22:14 +0000 (21:22 +0000)
(cherry picked from commit 10f31e665ba5c9a30c5981d9bc49a6685daab646)

game/txt/changes/0.73p1

index 052d41851e19b5485829065afc011f9d1318263e..3387cc2aa35012501870a89bc66d63b61257e9b7 100644 (file)
@@ -26,4 +26,5 @@ CobraMUSH Version 0.73p1
     * Miscellaneous code cleanups for C standard compliance [AEJ]
     * Unparse time_t as unsigned int [AEJ]
     * Allow removal of mail system [AEJ]
+    * Fix bug in lsearch caused by uninitialized variable [AEJ]