From 0bcd07852518a3854134a135f7fd286a4c5f4a04 Mon Sep 17 00:00:00 2001 From: spx Date: Sat, 7 Apr 2012 08:10:41 -0700 Subject: [PATCH] Minor fix for 56679f0 --- Library/MeasurePlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/MeasurePlugin.cpp b/Library/MeasurePlugin.cpp index cd636a3a..a56e2727 100644 --- a/Library/MeasurePlugin.cpp +++ b/Library/MeasurePlugin.cpp @@ -183,7 +183,7 @@ void CMeasurePlugin::ReadConfig(CConfigParser& parser, const WCHAR* section) // Remove current directory from DLL search path SetDllDirectory(L""); - double maxValue; + double maxValue = 0.0; if (IsNewApi()) {