mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user