The relative coordinates got broken by the previous changes. They should be fixed now.

Changed the meter bangs to case insensitive.
This commit is contained in:
Kimmo Pekkola
2009-09-19 07:15:28 +00:00
parent fa6d437a71
commit 71c1d052a7
4 changed files with 16 additions and 22 deletions

View File

@ -303,7 +303,7 @@ void UpdateProcesses()
{
if(pObjInst->GetObjectInstanceName(name, 256))
{
if (wcscmp(name, L"_Total") == 0)
if (wcsicmp(name, L"_Total") == 0)
{
continue;
}