diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-20 01:39:28 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-20 01:39:28 +0000 |
commit | 29533e76ff2aeae832cb514a3e304066eb150f0f (patch) | |
tree | a3d264960c90fa2c8c33a8d447e33789e48902df /Changelog-Trunk.txt | |
parent | 32537c59ad47e9261938aa723d4e87c86b061089 (diff) | |
download | hercules-29533e76ff2aeae832cb514a3e304066eb150f0f.tar.gz hercules-29533e76ff2aeae832cb514a3e304066eb150f0f.tar.bz2 hercules-29533e76ff2aeae832cb514a3e304066eb150f0f.tar.xz hercules-29533e76ff2aeae832cb514a3e304066eb150f0f.zip |
* Fixed a crash when SqlStmt_ShowDebug is given NULL pointer as statement handle (since r10753, related r10818).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14473 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index a400034cd..d9a826e04 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -12,6 +12,7 @@ Date Added * Made script command getmapxy print a warning, if an invalid type is supplied (related r69, r8459). [Ai4rei] * Fixed pc_marriage not checking spouse character job for baby class. [Ai4rei] * Removed ; from INTPTR_* defines (since r13449). [Ai4rei] + * Fixed a crash when SqlStmt_ShowDebug is given NULL pointer as statement handle (since r10753, related r10818). [Ai4rei] 2010/11/16 * Added a missing argument to a warning containing a format specifier. [Paradox924X] 2010/11/15 |