X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1aedb1dd8b6e2ace57901cbe0ce70786ddb67947..4b056ef54f29582e2a5154bf148f7ebc5877b51b:/src/html/winpars.cpp 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);