mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
Fix a bug.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user