always NUL-terminate log messages, even if they're longer than buffer size

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-14 16:45:31 +00:00
parent 8d009f3f65
commit 412a5ab4ef
2 changed files with 20 additions and 2 deletions

View File

@@ -175,10 +175,16 @@ OTHER CHANGES
2.4.2
-----
wxBase:
- always NUL-terminate the log messages
All:
- wxRegEx::Compile() now calculates the number of groups correctly
2.4.1
-----