summaryrefslogtreecommitdiffstats
path: root/CPUMeter.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-09-08 01:29:59 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-09-08 01:29:59 +0000
commit03322b62ec1e5c4193e95aa7e0b122b44767860b (patch)
tree284b65700586c403eae36566e8378324acd80d73 /CPUMeter.c
parent11092662eea7bb9fe2230cd2c0e6beb664c520c9 (diff)
Realign display of text-mode CPU meters. Closes #3369526.
Diffstat (limited to 'CPUMeter.c')
-rw-r--r--CPUMeter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPUMeter.c b/CPUMeter.c
index c1912f15..8e6f9001 100644
--- a/CPUMeter.c
+++ b/CPUMeter.c
@@ -33,7 +33,7 @@ static void CPUMeter_init(Meter* this) {
int cpu = this->param;
if (this->pl->cpuCount > 1) {
char caption[10];
- sprintf(caption, "%-3d ", ProcessList_cpuId(this->pl, cpu));
+ sprintf(caption, "%-3d", ProcessList_cpuId(this->pl, cpu));
Meter_setCaption(this, caption);
}
if (this->param == 0)

© 2014-2024 Faster IT GmbH | imprint | privacy policy