summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-19 22:57:01 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-19 22:57:01 +0000
commitbd1514e5dac76bd216f3505345d81f24de764f57 (patch)
tree93e8f0bec7cb6df771eeafffbd8a439051903d67 /Changelog-Trunk.txt
parent02731a49221c436aeb630eddda79d1a0d65438f7 (diff)
downloadhercules-bd1514e5dac76bd216f3505345d81f24de764f57.tar.gz
hercules-bd1514e5dac76bd216f3505345d81f24de764f57.tar.bz2
hercules-bd1514e5dac76bd216f3505345d81f24de764f57.tar.xz
hercules-bd1514e5dac76bd216f3505345d81f24de764f57.zip
* Fixed WFIFOL being used instead of WFIFOW for a short field of packet 0x2710 (bugreport:2819).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14468 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 479034a4f..8b4f90dbe 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -8,6 +8,7 @@ Date Added
- 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]
+ * Fixed WFIFOL being used instead of WFIFOW for a short field of packet 0x2710 (bugreport:2819). [Ai4rei]
2010/11/16
* Added a missing argument to a warning containing a format specifier. [Paradox924X]
2010/11/15