fix for bug reported by Robert and Julian, probably causes other problems

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-06-26 19:11:32 +00:00
parent e9c9f9d42d
commit 0d5b4bc274

View File

@@ -249,7 +249,9 @@ void wxHtmlWinParser::AddText(const wxChar* txt)
{ {
temp[templen-1] = wxT(' '); temp[templen-1] = wxT(' ');
temp[templen] = 0; temp[templen] = 0;
#if 0 // VS - WHY was this here?!
if (templen == 1) continue; if (templen == 1) continue;
#endif
templen = 0; templen = 0;
if (m_EncConv) if (m_EncConv)
m_EncConv->Convert(temp); m_EncConv->Convert(temp);