logic condition to check only 'x' lines had not been given
This commit is contained in:
parent
61e48f9849
commit
fa343b4b3d
|
|
@ -695,7 +695,7 @@ void inp_get_w_l_x(struct card* card) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/* only subcircuit invocations */
|
/* only subcircuit invocations */
|
||||||
if (*curr_line != 'x' && !newcompat.hs && !newcompat.spe) {
|
if (*curr_line != 'x' || (!newcompat.hs && !newcompat.spe)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue