Pcbnew: fix bug reading legacy board format. (fixes lp:1195368)
This commit is contained in:
parent
b66d6e2d8c
commit
ce94880a52
|
@ -1002,7 +1002,7 @@ void LEGACY_PLUGIN::LoadMODULE( MODULE* aModule )
|
||||||
{
|
{
|
||||||
// There can be whitespace in the footprint name on some old libraries.
|
// There can be whitespace in the footprint name on some old libraries.
|
||||||
// Grab everything after "Li" up to end of line:
|
// 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
|
else if( TESTLINE( "Sc" ) ) // timestamp
|
||||||
|
|
Loading…
Reference in New Issue