From: Ari Johnson Date: Tue, 9 Dec 2008 21:45:02 +0000 (+0000) Subject: Noted lsearch() fix in changes file X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=10f31e665ba5c9a30c5981d9bc49a6685daab646;p=cobramush.git Noted lsearch() fix in changes file --- diff --git a/game/txt/changes/0.73p1 b/game/txt/changes/0.73p1 index 052d418..3387cc2 100644 --- a/game/txt/changes/0.73p1 +++ b/game/txt/changes/0.73p1 @@ -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]