From 372a09f29983a460566d8997ddf6c6e5b0abd706 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 4121adf3e3..b676bad50e 100644 --- a/pcbnew/eagle_plugin.cpp +++ b/pcbnew/eagle_plugin.cpp @@ -763,7 +763,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