some minor tweaks & cleanups

This commit is contained in:
spx
2010-08-17 07:19:48 +00:00
parent b3e93c0765
commit bf026cc248
3 changed files with 71 additions and 55 deletions

View File

@ -101,6 +101,10 @@ void CMeasurePlugin::ReadConfig(CConfigParser& parser, const WCHAR* section)
CMeasure::ReadConfig(parser, section);
// DynamicVariables is now disabled in MeasurePlugin due to a limitation of the re-initialization.
// Do not set m_DynamicVariables to "true".
m_DynamicVariables = false;
m_PluginName = parser.ReadString(section, L"Plugin", L"");
size_t pos = m_PluginName.rfind(L".");