PerfMon.dll: Fixed issues with MaxValue

This commit is contained in:
Birunthan Mohanathas
2012-04-07 14:25:38 +03:00
parent 10da9bea0e
commit 56679f0922
2 changed files with 16 additions and 15 deletions

View File

@ -90,9 +90,8 @@ PLUGIN_EXPORT void Reload(void* data, void* rm, double* maxValue)
{
measure->oldValue = 0;
measure->firstTime = true;
*maxValue = 0.0;
}
*maxValue = 0.0;
}
PLUGIN_EXPORT double Update(void* data)