Corrected an error in parsing the "defaultperimeter" statement in

tech files which incorrectly parses the syntax using five
parameters.  This syntax variant does not get used often, which
is why the error went undetected for a long time.
This commit is contained in:
Tim Edwards 2022-10-22 22:12:15 -04:00
parent 94daf986ab
commit 9d40fbfecb
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.331
8.3.332

View File

@ -1260,7 +1260,7 @@ ExtTechSimplePerimCap(argc, argv)
else
plane2 = DBTechNoisyNamePlane(argv[argc - 2]);
if (argc > 4)
if (argc > 5)
{
DBTechNoisyNameMask(argv[argc - 3], &subtypes);
TTMaskSetMask(allExtractTypes, &subtypes);