Bug #1844 » 1844_S3_2.patch
| tools/ruleutil/rulesave.c | ||
|---|---|---|
|
secfile_insert_str(sfile, counter_behavior_name(pcounter->type), "%s.type", path);
|
||
|
if ((NULL != pcounter->helptext)
|
||
|
&& (0 < strvec_size(pcounter->helptext))) {
|
||
|
save_strvec(sfile, pcounter->helptext, "%s.helptext", path);
|
||
|
save_strvec(sfile, pcounter->helptext, path, "helptext");
|
||
|
}
|
||
|
} counters_re_iterate_end;
|
||
- « Previous
- 1
- 2
- Next »