Fix a bug.

This commit is contained in:
Holger Vogt
2026-02-03 14:09:43 +01:00
parent 89c03ca640
commit 329343a31e
+1 -1
View File
@@ -3446,7 +3446,7 @@ static void inp_stripcomments_deck(struct card *c, bool cf)
found_control = TRUE;
if (ciprefix(".endc", c->line))
found_control = FALSE;
inp_stripcomments_line(c->line, found_control | cf, FALSE);
inp_stripcomments_line(c->line, found_control || cf, FALSE);
}
}