// Author: Vaclav Slavik
// RCS-ID: $Id$
// Copyright: (c) 1999 Vaclav Slavik
-// Licence: wxWindows Licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// 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 {