From 59eeadec918a955b40427a1b012992161050c939 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Thu, 3 Sep 2020 12:34:39 +0200 Subject: New upstream version 3.0.1 --- zfs/ZfsArcMeter.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zfs') diff --git a/zfs/ZfsArcMeter.c b/zfs/ZfsArcMeter.c index 8042555..8bd0f5d 100644 --- a/zfs/ZfsArcMeter.c +++ b/zfs/ZfsArcMeter.c @@ -60,7 +60,6 @@ static void ZfsArcMeter_display(Object* cast, RichString* out) { Meter* this = (Meter*)cast; if (this->values[5] > 0) { - RichString_write(out, CRT_colors[METER_TEXT], ":"); Meter_humanUnit(buffer, this->total, 50); RichString_append(out, CRT_colors[METER_VALUE], buffer); Meter_humanUnit(buffer, this->values[5], 50); @@ -100,5 +99,5 @@ MeterClass ZfsArcMeter_class = { .attributes = ZfsArcMeter_attributes, .name = "ZFSARC", .uiName = "ZFS ARC", - .caption = "ARC" + .caption = "ARC: " }; -- cgit v1.2.3