Applied a patch from Ahmed Ghazy that corrects an error reading PINS
from a DEF file that have the PLACED or FIXED property declared before LAYER.
This commit is contained in:
parent
8b05346409
commit
0a532f5721
|
|
@ -1025,6 +1025,7 @@ DefReadPins(f, rootDef, sname, oscale, total)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
pending = FALSE;
|
pending = FALSE;
|
||||||
|
curlayer = -1;
|
||||||
|
|
||||||
/* Now do a search through the line for "+" entries */
|
/* Now do a search through the line for "+" entries */
|
||||||
/* And process each. */
|
/* And process each. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue