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:
parent
05950b16ea
commit
6cf5f65b51
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue