Commit 205ce3f5 authored by Guillaume Quintard's avatar Guillaume Quintard

Assign q, otherwise the whole check is useless

Spotted by: Dridi Boukelmoune
parent f70bcbc4
......@@ -327,6 +327,7 @@ EmitInitFini(const struct vcc *tl)
AZ(VSB_finish(p->fin));
if (q)
assert(q->n > p->n);
q = p;
if (VSB_len(p->fin)) {
Fc(tl, 0, "\t\tcase %u :\n", p->n);
Fc(tl, 0, "\t%s\n", VSB_data(p->fin));
......
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