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:
Tim Edwards 2020-08-08 14:02:29 -04:00
parent 8b05346409
commit 0a532f5721
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
8.3.47
8.3.48

View File

@ -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. */