Code cleanup.

This commit is contained in:
spx
2011-11-27 12:46:59 +00:00
parent 34005f14a4
commit d622c88d69
3 changed files with 18 additions and 11 deletions

View File

@ -155,7 +155,7 @@ void CMeasureDiskSpace::ReadConfig(CConfigParser& parser, const WCHAR* section)
m_Value = 0.0;
m_MaxValue = 0.0;
m_OldTotalBytes = 0;
m_LabelName = L"";
m_LabelName.clear();
}
else if (!CSystem::IsPathSeparator(m_Drive[m_Drive.length() - 1])) // E.g. "C:"
{