fix off by one bug in the buffer size (fixes #10039)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-10-12 14:51:45 +00:00
parent cebbcdcf5e
commit 27895e2f37
3 changed files with 55 additions and 3 deletions

View File

@@ -91,6 +91,10 @@ Major new features in 2.8 release
2.8.10:
-------
All:
- Fixed off by one bug in wxMBConv::MB2WC/WC2MB() functions.
All (GUI):
- Fixed wxHTML's pagebreaks computation in tables (D.J.Stauffer).