X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3096bd2fa7b88105bc54c08e3c878585de1a9b91..5ea6dbbfff67d1dfad08044ab721ba56425ef6e1:/src/html/htmlpars.cpp diff --git a/src/html/htmlpars.cpp b/src/html/htmlpars.cpp index 3a5d300ee6..5c07054f58 100644 --- a/src/html/htmlpars.cpp +++ b/src/html/htmlpars.cpp @@ -81,7 +81,7 @@ void wxHtmlParser::DoParsing(int begin_pos, int end_pos) i = begin_pos; while (i < end_pos) { - c = m_Source[i]; + c = m_Source[(unsigned int) i]; // continue building word: if (c != '<') {