Quiet a compiler warning.
This commit is contained in:
@@ -757,7 +757,7 @@ _print_member(struct lbuf *lbuf, char *name, int type, int negated,
|
|||||||
if ((a = alias_find(name, alias_type)) != NULL) {
|
if ((a = alias_find(name, alias_type)) != NULL) {
|
||||||
tq_foreach_fwd(&a->members, m) {
|
tq_foreach_fwd(&a->members, m) {
|
||||||
if (m != tq_first(&a->members))
|
if (m != tq_first(&a->members))
|
||||||
lbuf_append(lbuf, separator);
|
lbuf_append(lbuf, "%s", separator);
|
||||||
_print_member(lbuf, m->name, m->type,
|
_print_member(lbuf, m->name, m->type,
|
||||||
negated ? !m->negated : m->negated, separator,
|
negated ? !m->negated : m->negated, separator,
|
||||||
alias_type);
|
alias_type);
|
||||||
|
Reference in New Issue
Block a user