X-Git-Url: https://git.enpas.org/?p=sysstatus.git;a=blobdiff_plain;f=src%2Fstatus%2Ftemp.c;h=bcd189a54ad09dc0e2470cca4c5d8727b660bce3;hp=c102fcd776585c25de77759af53aa8e62fbf3ccf;hb=665fd156d476563148015a174d8c695a1350bfa4;hpb=69497249f2f423b50b3385a83da3ac9a418166c9 diff --git a/src/status/temp.c b/src/status/temp.c index c102fcd..bcd189a 100644 --- a/src/status/temp.c +++ b/src/status/temp.c @@ -28,7 +28,7 @@ void status_temp(GlobalData *g, char *title, char *sysfile) * Sometimes we get garbage from sysfs... */ if (stlen < 6 || stlen > 7) { - s.color = "red"; + s.color = "#FF0000"; // red snprintf(text, sizeof(text), "%sERROR", title); } else { stline[stlen - 4] = '\0';