- size_t i = 0, len = str.Len();
- for (i = 0; i < len; i++)
+ size_t len = str.Len();
+ for (size_t i = 0; i < len; i++)
m_WParser->GetSource()->Mid(tag.GetBeginPos(),
tag.GetEndPos1() - tag.GetBeginPos());
// It is safe to temporarily change the source being parsed,
m_WParser->GetSource()->Mid(tag.GetBeginPos(),
tag.GetEndPos1() - tag.GetBeginPos());
// It is safe to temporarily change the source being parsed,