mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Fixed Button issue: http://rainmeter.net/forum/viewtopic.php?t=10274&p=59935
- Removed unneeded NULL checks. - Other code tweaks and cleanups.
This commit is contained in:
@ -185,7 +185,8 @@ bool CMeasureCPU::Update()
|
||||
buf = new BYTE[bufSize];
|
||||
}
|
||||
++loop;
|
||||
} while (loop < 5);
|
||||
}
|
||||
while (loop < 5);
|
||||
|
||||
if (status != STATUS_SUCCESS) // failed
|
||||
{
|
||||
|
Reference in New Issue
Block a user