projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39d7e9e
)
Noted lsearch() fix in changes file
author
Ari Johnson
<ari@theari.com>
Tue, 9 Dec 2008 21:45:02 +0000
(21:45 +0000)
committer
CobraMUSH
<cobramush@nveid.com>
Tue, 4 Mar 2008 21:22:14 +0000
(21:22 +0000)
(cherry picked from commit
10f31e665ba5c9a30c5981d9bc49a6685daab646
)
game/txt/changes/0.73p1
patch
|
blob
|
history
diff --git
a/game/txt/changes/0.73p1
b/game/txt/changes/0.73p1
index 052d41851e19b5485829065afc011f9d1318263e..3387cc2aa35012501870a89bc66d63b61257e9b7 100644
(file)
--- 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]