mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03: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:
@@ -69,7 +69,7 @@ do "pos2fab" || die "pos2fab: $!";
|
||||
#
|
||||
|
||||
for (@order) {
|
||||
$need{$fp{$_}} = 1;
|
||||
$need{$fp{$_}} = 1 if defined $fp{$_};
|
||||
}
|
||||
|
||||
for (keys %need) {
|
||||
|
||||
Reference in New Issue
Block a user