1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-22 02:39:42 +02:00

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

View File

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