* Start numbering the CPUs with 1 instead of 0. This closes ticket #6816.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39426 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -870,7 +870,7 @@ CPUUsageDataSource::_SetCPU(int32 cpu)
|
|||||||
fCPU = cpu;
|
fCPU = cpu;
|
||||||
fLabel = "CPU";
|
fLabel = "CPU";
|
||||||
if (SystemInfo().CPUCount() > 1)
|
if (SystemInfo().CPUCount() > 1)
|
||||||
fLabel << " " << cpu;
|
fLabel << " " << cpu + 1;
|
||||||
|
|
||||||
fShortLabel = fLabel;
|
fShortLabel = fLabel;
|
||||||
fLabel << " usage";
|
fLabel << " usage";
|
||||||
|
|||||||
Reference in New Issue
Block a user