Pcbnew: fix bug reading legacy board format. (fixes lp:1195368)

This commit is contained in:
Wayne Stambaugh 2013-06-27 16:27:29 -04:00
parent b66d6e2d8c
commit ce94880a52
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ void LEGACY_PLUGIN::LoadMODULE( MODULE* aModule )
{
// There can be whitespace in the footprint name on some old libraries.
// Grab everything after "Li" up to end of line:
// aModule->SetLibRef( FROM_UTF8( StrPurge( line + SZ( "Li" ) ) ) );
aModule->SetLibRef( FROM_UTF8( StrPurge( line + SZ( "Li" ) ) ) );
}
else if( TESTLINE( "Sc" ) ) // timestamp