inpcom.c, bug fix, always reset expr_w_temper
This commit is contained in:
parent
5513d8bdf3
commit
fa13e422cd
|
|
@ -545,6 +545,8 @@ inp_readall(FILE *fp, char *dir_name, bool comfile, bool intfile)
|
||||||
inp_bsource_compat(working);
|
inp_bsource_compat(working);
|
||||||
inp_dot_if(working);
|
inp_dot_if(working);
|
||||||
inp_temper_compat(working);
|
inp_temper_compat(working);
|
||||||
|
} else {
|
||||||
|
expr_w_temper = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
inp_add_series_resistor(working);
|
inp_add_series_resistor(working);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue