summaryrefslogtreecommitdiff
path: root/src/status/uptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/status/uptime.c')
-rw-r--r--src/status/uptime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status/uptime.c b/src/status/uptime.c
index ef5b2e5..d82d068 100644
--- a/src/status/uptime.c
+++ b/src/status/uptime.c
@@ -23,7 +23,7 @@ void status_uptime(GlobalData *g)
stlen = fileRead(stline, sizeof(stline), "/proc/uptime");
if (stlen < 0) {
- s.color = "red";
+ s.color = "#FF0000"; // red
s.text = "up: ERROR";
} else {
unsigned textlen = 0;