hg/feature/gsoc2012-fabien
Krolock 13 years ago
commit f95d2dfeeb

@ -6374,7 +6374,7 @@ bool CInterfaceManager::parseTokens(ucstring& ucstr)
// Get everything between the two "$" // Get everything between the two "$"
size_t token_start_pos = start_pos + start_token.length(); size_t token_start_pos = start_pos + start_token.length();
size_t token_end_pos = end_pos - end_token.length(); size_t token_end_pos = end_pos - end_token.length();
if (token_start_pos < token_end_pos) if (token_start_pos > token_end_pos)
{ {
// Wrong formatting; give up on this one. // Wrong formatting; give up on this one.
start_pos = end_pos; start_pos = end_pos;

Loading…
Cancel
Save