projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added a new sample to show the key events
[wxWidgets.git]
/
src
/
html
/
htmltag.cpp
diff --git
a/src/html/htmltag.cpp
b/src/html/htmltag.cpp
index 8848884e571a69eeee2934dca2c471008e1b12ce..9d17c87eabe540d825cb8d8162ecdd6ffd61418d 100644
(file)
--- a/
src/html/htmltag.cpp
+++ b/
src/html/htmltag.cpp
@@
-78,9
+78,9
@@
wxHtmlTagsCache::wxHtmlTagsCache(const wxString& source)
tg = m_CacheSize++;
m_Cache[tg].Key = stpos = pos++;
-
size_
t i;
+
in
t i;
for ( i = 0;
- pos < lng && i < WXSIZEOF(tagBuffer) - 1 &&
+ pos < lng && i <
(int)
WXSIZEOF(tagBuffer) - 1 &&
src[pos] != wxT('>') && !wxIsspace(src[pos]);
i++, pos++ )
{