diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-18 10:13:19 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-18 10:13:19 +0000 |
commit | b55e11eec98aa968500e6b63729c9bb813427fe4 (patch) | |
tree | 3faafeb1b02dffe85626796cdbb6e5e9a2dd281b /Changelog-Trunk.txt | |
parent | 8af17f9980ea44989c273ba96bd6ba673847744d (diff) | |
download | hercules-b55e11eec98aa968500e6b63729c9bb813427fe4.tar.gz hercules-b55e11eec98aa968500e6b63729c9bb813427fe4.tar.bz2 hercules-b55e11eec98aa968500e6b63729c9bb813427fe4.tar.xz hercules-b55e11eec98aa968500e6b63729c9bb813427fe4.zip |
* Fixed missing strlib.h include for compilers without own 'strnlen' implementation (since r14853).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14855 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 ef3d26a5f..9a2ebd81f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2011/06/18 + * Fixed missing strlib.h include for compilers without own 'strnlen' implementation (since r14853). [Ai4rei] 2011/06/16 * Slight speedup on most strdb operations [ultramage] * Fixed DBMap's db_dup_key to allocate only as much as necessary (bugreport:4969) [ultramage] |