]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for bug reported by Robert and Julian, probably causes other problems
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Jun 2002 19:11:32 +0000 (19:11 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Jun 2002 19:11:32 +0000 (19:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/winpars.cpp

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