fpd2pdf/fpdoc: ignore items in .pos not defined in the schematics

For such things we have the -a option.
This commit is contained in:
Werner Almesberger 2011-06-07 16:36:48 -03:00
parent ccd830153a
commit 0de3b96170
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ do "pos2fab" || die "pos2fab: $!";
#
for (@order) {
$need{$fp{$_}} = 1;
$need{$fp{$_}} = 1 if defined $fp{$_};
}
for (keys %need) {