Corrected a tiny but bad error in the extract section reading of the

tech file that completely undermined the ability to describe an
asymmetric device (different materials for terminals).
This commit is contained in:
Tim Edwards 2020-09-09 12:18:09 -04:00
parent 05950b16ea
commit 6cf5f65b51
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.54
8.3.55

View File

@ -2280,7 +2280,7 @@ ExtTechLine(sectionName, argc, argv)
/* terminals */
for (i = iterm; i < iterm + nterm; i++)
DBTechNoisyNameMask(argv[iterm], &termtypes[i - iterm]);
DBTechNoisyNameMask(argv[i], &termtypes[i - iterm]);
termtypes[nterm] = DBZeroTypeBits;
if (nterm == 0) i++;