Fix status hilites parsing from config file

This commit is contained in:
Pasi Kallinen
2017-10-25 09:59:17 +03:00
parent defde3d332
commit b02dae91a1

View File

@@ -1794,7 +1794,7 @@ boolean from_configfile;
numeric = TRUE;
tmp = tmpbuf;
if (strlen(tmp) > 0) {
dt = blstats[0][fld].anytype;
dt = initblstats[fld].anytype;
if (percent)
dt = ANY_INT;
(void) s_to_anything(&hilite.value, tmp, dt);