Correction to yesterday's commit (minor issue with line length in

the SPICE netlist output of ext2spice).
This commit is contained in:
Tim Edwards 2021-10-05 08:50:45 -04:00
parent 09f335862b
commit c4221889ed
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.213
8.3.214

View File

@ -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]);
}