fix crashing bug in split netlist mode for spice (fprintf-ing global nodes on closed netlist file)

This commit is contained in:
Stefan Frederik 2022-01-17 17:14:39 +01:00
parent 159b362c9f
commit 6b97846985
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ void global_spice_netlist(int global) /* netlister driver */
my_free(945, &stored_flags);
/* print globals nodes found in netlist 28032003 */
record_global_node(0,fd,NULL);
if(!split_f) record_global_node(0,fd,NULL);
/* =================================== 20121223 */
first = 0;