diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-30 21:04:17 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-30 21:04:17 +0000 |
commit | 994cf9b5501a4ac46d608147d349e3f91120a350 (patch) | |
tree | 9f42b68b3c64f6287d7afaa648847d706538631f /Changelog-Trunk.txt | |
parent | 3309104cd813327b3a060b0549fb8f720ba91481 (diff) | |
download | hercules-994cf9b5501a4ac46d608147d349e3f91120a350.tar.gz hercules-994cf9b5501a4ac46d608147d349e3f91120a350.tar.bz2 hercules-994cf9b5501a4ac46d608147d349e3f91120a350.tar.xz hercules-994cf9b5501a4ac46d608147d349e3f91120a350.zip |
- Added a missing "return 0" that fixes a crash on failed lookups on status_change_timer
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5818 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d84907edb..7f3855926 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/03/30
+ * Added a missing return that fixes crashes on status_change_timer when
+ source is not found. [Skotlex]
* Added year day return in gettime function. gettime(8) returns 1~366
[Foruken]
* the auth function in login.c won't jstrescapecpy passwords that were
|