Commit 76f0f3b1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add missing ERRCHK()

parent c6b8697b
......@@ -877,6 +877,7 @@ vcc_expr_strfold(struct vcc *tl, struct expr **e, enum var_type fmt)
{
vcc_expr_add(tl, e, fmt);
ERRCHK(tl);
if (fmt != STRING_LIST && (*e)->fmt == STRING_LIST)
*e = vcc_expr_edit(STRING,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment