From 4e04468e4739f257552eaef0362c6ef67154f4a8 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 11 Dec 2018 16:06:11 +0100 Subject: [PATCH] Eagle(.lbr) footprints not listed in Library Browser Fixes: lp:1807629 https://bugs.launchpad.net/kicad/+bug/1807629 --- pcbnew/eagle_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/eagle_plugin.cpp b/pcbnew/eagle_plugin.cpp index f23bd360ec..6fa9a4d119 100644 --- a/pcbnew/eagle_plugin.cpp +++ b/pcbnew/eagle_plugin.cpp @@ -768,7 +768,7 @@ void EAGLE_PLUGIN::loadPlain( wxXmlNode* aGraphics ) void EAGLE_PLUGIN::loadLibrary( wxXmlNode* aLib, const wxString* aLibName ) { - if( !aLib || !aLibName ) + if( !aLib ) return; // library will have node, skip that and get the single packages node