summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-24 13:53:21 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-24 13:53:21 +0000
commita22a322ce7be85620c1156c542e7b15761fe2f34 (patch)
tree483ce12c1cecd8ee6dede77b7fa1e97f6a2a1364 /Changelog-Trunk.txt
parent16d301eb02e84f03df387db15750e4cb52beaf9f (diff)
downloadhercules-a22a322ce7be85620c1156c542e7b15761fe2f34.tar.gz
hercules-a22a322ce7be85620c1156c542e7b15761fe2f34.tar.bz2
hercules-a22a322ce7be85620c1156c542e7b15761fe2f34.tar.xz
hercules-a22a322ce7be85620c1156c542e7b15761fe2f34.zip
- Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif functions.
- Some cleaning in the script.c functions that invoke the clif functions to make sure a null sd is never passed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9308 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 1aa4e2b39..dda417310 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/11/24
+ * Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif
+ functions. [Skotlex]
* Fixed the fact that the TURBO code breaks when you attempt to handle more
than one connection at a time within the same function. However this broke
map-server compilation, therefore, don't use TURBO yet! [Skotlex]