Fix a bug.
This commit is contained in:
parent
f8036c5363
commit
6fc75e636c
|
|
@ -3446,7 +3446,7 @@ static void inp_stripcomments_deck(struct card *c, bool cf)
|
||||||
found_control = TRUE;
|
found_control = TRUE;
|
||||||
if (ciprefix(".endc", c->line))
|
if (ciprefix(".endc", c->line))
|
||||||
found_control = FALSE;
|
found_control = FALSE;
|
||||||
inp_stripcomments_line(c->line, found_control | cf, FALSE);
|
inp_stripcomments_line(c->line, found_control || cf, FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue