projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
applied patch 890642: wxRE_ADVANCED flag and docs
[wxWidgets.git]
/
src
/
html
/
htmltag.cpp
diff --git
a/src/html/htmltag.cpp
b/src/html/htmltag.cpp
index 361aaa971a6df60fb0091481d9d18f0ec391a51e..c24739b189aa844dbe07f2b6993394052763611a 100644
(file)
--- a/
src/html/htmltag.cpp
+++ b/
src/html/htmltag.cpp
@@
-148,9
+148,7
@@
wxHtmlTagsCache::wxHtmlTagsCache(const wxString& source)
// found a match
if (match_pos == tag_len) {
- // These 2 lines commented:
- //pos = pos - tag_len - 3; pos is not used outside of while loop
- //stpos = pos; Value is local to while loop, no need to set it
+ pos = pos - tag_len - 3;
break;
}
else {