diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-19 22:06:33 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-19 22:06:33 +0000 |
commit | 02731a49221c436aeb630eddda79d1a0d65438f7 (patch) | |
tree | 2cc64b5c23c9bedb9a15a782e51fc4d519e991a5 /Changelog-Trunk.txt | |
parent | a24d9b0b2ca88899e942049aa174a04024b5387f (diff) | |
download | hercules-02731a49221c436aeb630eddda79d1a0d65438f7.tar.gz hercules-02731a49221c436aeb630eddda79d1a0d65438f7.tar.bz2 hercules-02731a49221c436aeb630eddda79d1a0d65438f7.tar.xz hercules-02731a49221c436aeb630eddda79d1a0d65438f7.zip |
* Fixed plug-in version getting checked against itself and a wrong operator being used for the check (bugreport:3952, since r9631).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14467 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 7ae626efe..479034a4f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -7,6 +7,7 @@ Date Added - Fixed usage of 'long long' in strtoull preventing VC6 projects from compiling (bugreport:4059, follow up to r14245). - Made strtoull default to base 10 and actually process base 8, to match the normal behavior of this function (bugreport:4059, follow up to r14245). - Fixed functions in db.c not being returned as pointer, causing warnings on VC6. + * Fixed plug-in version getting checked against itself and a wrong operator being used for the check (bugreport:3952, since r9631). [Ai4rei] 2010/11/16 * Added a missing argument to a warning containing a format specifier. [Paradox924X] 2010/11/15 |