return empty string, not NULL, from wxCStrData::AsChar() if conversion to ANSI fails...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2007 18:57:41 +0000 (18:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2007 18:57:41 +0000 (18:57 +0000)
commit28be59b4ad80f77be3b5581255db3bec20f575fe
tree24eb4506319bb3aaf59bc529583e0221da9f1d1a
parent37ba70a520519fd2fe4f11400f1383fa37ae7cd9
return empty string, not NULL, from wxCStrData::AsChar() if conversion to ANSI fails for compatibility with wxWidgets 2 and std::string

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