Correction to yesterday's commit (minor issue with line length in
the SPICE netlist output of ext2spice).
This commit is contained in:
parent
09f335862b
commit
c4221889ed
|
|
@ -1850,7 +1850,7 @@ topVisit(def, doStub)
|
|||
tchars = 1;
|
||||
}
|
||||
fprintf(esSpiceF, " %s", sorted_ports[portorder]);
|
||||
tchars += strlen(pname) + 1;
|
||||
tchars += strlen(sorted_ports[portorder]) + 1;
|
||||
|
||||
freeMagic(sorted_ports[portorder]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue