diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-26 16:05:07 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-26 16:05:07 +0000 |
commit | 6ec58f4e48829623d74c6efd3d978ba0d96e3604 (patch) | |
tree | cbc666278e311363f28861c6cabd4bd1e27f32e8 /Changelog-Trunk.txt | |
parent | 3ca6e914862e0686ad0812d2ee281b907812e0d6 (diff) | |
download | hercules-6ec58f4e48829623d74c6efd3d978ba0d96e3604.tar.gz hercules-6ec58f4e48829623d74c6efd3d978ba0d96e3604.tar.bz2 hercules-6ec58f4e48829623d74c6efd3d978ba0d96e3604.tar.xz hercules-6ec58f4e48829623d74c6efd3d978ba0d96e3604.zip |
* Fixed a signed literal being assigned to an unsigned variable and other minor cleanups in malloc (bugreport:4765).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14869 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 f0b8df90d..65cc02c9d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2011/06/26 + * Fixed a signed literal being assigned to an unsigned variable and other minor cleanups in malloc (bugreport:4765). [Ai4rei] * Fixed @mobinfo displaying mvp rewards with 'AegisName' although normal drops use 'Name' item db column (bugreport:4981, follow up to r6346). [Ai4rei] * Fixed quest index memory corruption when adding new quests (since r14039, bugreport:4982) [ultramage] 2011/06/25 |