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)...
This commit is contained in:
Vladimir Ur 2011-06-20 20:26:51 +04:00
parent 918c5d84a4
commit 55e47ef43a
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ void WinEDA_ModuleEditFrame::Export_Module( MODULE* aModule, bool aCreateSysLib
if( aModule == NULL ) if( aModule == NULL )
return; return;
aModule->m_LibRef = aModule->m_Reference->m_Text;
fn.SetName( aModule->m_LibRef ); fn.SetName( aModule->m_LibRef );
fn.SetExt( aCreateSysLib ? ModuleFileExtension : ModExportFileExtension ); fn.SetExt( aCreateSysLib ? ModuleFileExtension : ModExportFileExtension );