This commit is contained in:
Birunthan Mohanathas
2012-05-19 18:16:04 +03:00
parent f15b6723b5
commit 9453780c26
6 changed files with 25 additions and 40 deletions

View File

@ -59,8 +59,7 @@ std::wstring CGroup::CreateGroup(const std::wstring& str)
// Trim white-space
strTmp.assign(str, pos, str.find_last_not_of(L" \t\r\n") - pos + 1);
// Convert to lower
_wcslwr(&strTmp[0]);
_wcsupr(&strTmp[0]);
}
return strTmp;