Fix status hilites parsing from config file
This commit is contained in:
+1
-1
@@ -1794,7 +1794,7 @@ boolean from_configfile;
|
|||||||
numeric = TRUE;
|
numeric = TRUE;
|
||||||
tmp = tmpbuf;
|
tmp = tmpbuf;
|
||||||
if (strlen(tmp) > 0) {
|
if (strlen(tmp) > 0) {
|
||||||
dt = blstats[0][fld].anytype;
|
dt = initblstats[fld].anytype;
|
||||||
if (percent)
|
if (percent)
|
||||||
dt = ANY_INT;
|
dt = ANY_INT;
|
||||||
(void) s_to_anything(&hilite.value, tmp, dt);
|
(void) s_to_anything(&hilite.value, tmp, dt);
|
||||||
|
|||||||
Reference in New Issue
Block a user