Commit ce94880a authored by Wayne Stambaugh's avatar Wayne Stambaugh
Browse files

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

parent b66d6e2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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