fixed a bug caused by passing a wxChar[] buffer to a function taking a wxString;...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 9 Oct 2008 17:00:32 +0000 (17:00 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 9 Oct 2008 17:00:32 +0000 (17:00 +0000)
commit046fce4786167528e1f15319a3e08a405a2b891d
tree1d2591ed8dd3ad816dee61f9c61db4f2c5d7233e
parent6c107bd20ddfab8886c7e302aed5d4dac6dd2f7e
fixed a bug caused by passing a wxChar[] buffer to a function taking a wxString; the buffer was automatically converted but since it was not NULL-terminated, a crash resulted

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/richtext/richtextbuffer.cpp