Bug #1844 » 1844_S3_3&Main.patch
| tools/ruleutil/rulesave.c | ||
|---|---|---|
|
if (pcounter->helptext != nullptr
|
||
|
&& strvec_size(pcounter->helptext) > 0) {
|
||
|
save_strvec(sfile, pcounter->helptext, "%s.helptext", path);
|
||
|
save_strvec(sfile, pcounter->helptext, path, "helptext");
|
||
|
}
|
||
|
} counters_re_iterate_end;
|
||