summaryrefslogtreecommitdiffstats
path: root/Meter.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-16 22:58:56 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-16 22:58:56 -0300
commit14a177800bfa41bc2b3bb07d45204cbe464cf1b3 (patch)
tree7b3f642feb10958394ba2a703dd24d886d3f484d /Meter.c
parent59914bfd5b7678f75c61f64278100eb0b48725a3 (diff)
Remove spurious UTF-8 char from ASCII mode.
Diffstat (limited to 'Meter.c')
-rw-r--r--Meter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meter.c b/Meter.c
index 1c32ad74..217ba2dd 100644
--- a/Meter.c
+++ b/Meter.c
@@ -316,7 +316,7 @@ static const char* GraphMeterMode_dotsUtf8[5][5] = {
static const char* GraphMeterMode_dotsAscii[5][5] = {
{ /*00*/" ", /*01*/".", /*02*/".", /*03*/":", /*04*/ ":" },
- { /*10*/"⡀", /*11*/".", /*12*/".", /*13*/":", /*14*/ ":" },
+ { /*10*/".", /*11*/".", /*12*/".", /*13*/":", /*14*/ ":" },
{ /*20*/".", /*21*/".", /*22*/".", /*23*/":", /*24*/ ":" },
{ /*30*/":", /*31*/":", /*32*/":", /*33*/":", /*34*/ ":" },
{ /*40*/":", /*41*/":", /*42*/":", /*43*/":", /*44*/ ":" },

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