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;
|
||||
}
|
||||
pending = FALSE;
|
||||
curlayer = -1;
|
||||
|
||||
/* Now do a search through the line for "+" entries */
|
||||
/* And process each. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue