From 0d5b4bc274158c9d8bf30b97cd2228489a60ba69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 26 Jun 2002 19:11:32 +0000 Subject: [PATCH] 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 --- src/html/winpars.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/html/winpars.cpp b/src/html/winpars.cpp index 65c197c6eb..4c6943463a 100644 --- a/src/html/winpars.cpp +++ b/src/html/winpars.cpp @@ -249,7 +249,9 @@ void wxHtmlWinParser::AddText(const wxChar* txt) { temp[templen-1] = wxT(' '); temp[templen] = 0; +#if 0 // VS - WHY was this here?! if (templen == 1) continue; +#endif templen = 0; if (m_EncConv) m_EncConv->Convert(temp); -- 2.45.2