mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
Corrected an error in the DEF file read routine's check on via
DRC rules, which was conflating magic and CIF tile types, resulting in incorrect reading of via layers.
This commit is contained in:
@@ -1107,6 +1107,9 @@ CIFReadGetGrowSize(type)
|
||||
|
||||
for (i = 0; i < istyle->crs_nLayers; i++)
|
||||
{
|
||||
/* Don't confuse CIF types with magic types! */
|
||||
if (istyle->crs_layers[i]->crl_flags & CIFR_TEMPLAYER) continue;
|
||||
|
||||
if (istyle->crs_layers[i]->crl_magicType == type)
|
||||
{
|
||||
dist = 0;
|
||||
|
||||
Reference in New Issue
Block a user