From 55e47ef43a6c9a2a9c5014ebfefd9ca017cbeb67 Mon Sep 17 00:00:00 2001 From: Vladimir Ur Date: Mon, 20 Jun 2011 20:26:51 +0400 Subject: [PATCH] I wonder who and why wrote this, but it is even VERY annoing: aModule->m_LibRef = aModule->m_Reference->m_Text; It was copying placeholder for RefId (say, R*** or so) to pattern id (say it was RESC2012X55N)... --- pcbnew/librairi.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/librairi.cpp b/pcbnew/librairi.cpp index 064e5bdd49..871225c551 100644 --- a/pcbnew/librairi.cpp +++ b/pcbnew/librairi.cpp @@ -160,7 +160,6 @@ void WinEDA_ModuleEditFrame::Export_Module( MODULE* aModule, bool aCreateSysLib if( aModule == NULL ) return; - aModule->m_LibRef = aModule->m_Reference->m_Text; fn.SetName( aModule->m_LibRef ); fn.SetExt( aCreateSysLib ? ModuleFileExtension : ModExportFileExtension );