Corrected an error that can confuse a source-drain tied device

with another device record for the same magic type.
This commit is contained in:
Tim Edwards 2020-12-23 13:39:25 -05:00
parent b12734bfc2
commit 3aef946167
2 changed files with 1 additions and 5 deletions

View File

@ -1 +1 @@
8.3.102
8.3.103

View File

@ -1730,10 +1730,6 @@ extOutputDevices(def, transList, outFile)
if (TTMaskIsZero(tmask)) {
if (termcount < nsd) {
ExtDevice *devcheck;
/* See if there is another matching device record with */
/* a different number of terminals, and try again. */
devcheck = extDevFindMatch(devptr, t);
if (devcheck != NULL) devptr = devcheck;
/* Not finding another device record just means that */
/* terminals are tied together on the same net, such as */