Adam Hall

Results 1 comments of Adam Hall

Just an idea: rules.c - line 2760 Possible fix: change if (!strcmp(rulesplit, "bluedot")) to if (!strcmp(rulesplit, "bluedot") && config->bluedot_flag == 1) Looks like rules.c checks to see if the "WITH_BLUEDOT"...