Minor fix for 56679f0

This commit is contained in:
spx 2012-04-07 08:10:41 -07:00
parent 584c03d153
commit 0bcd078525

View File

@ -183,7 +183,7 @@ void CMeasurePlugin::ReadConfig(CConfigParser& parser, const WCHAR* section)
// Remove current directory from DLL search path // Remove current directory from DLL search path
SetDllDirectory(L""); SetDllDirectory(L"");
double maxValue; double maxValue = 0.0;
if (IsNewApi()) if (IsNewApi())
{ {