fix Inner1.Cu in pcb_parser.cpp, start cvpcb work.

This commit is contained in:
Dick Hollenbeck
2014-07-05 15:42:59 -05:00
parent e2e4fc4830
commit 611592029f
14 changed files with 125 additions and 118 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ MODULE* GITHUB_PLUGIN::FootprintLoad( const wxString& aLibraryPath,
if( zis.OpenEntry( *entry ) )
{
INPUTSTREAM_LINE_READER reader( &zis );
INPUTSTREAM_LINE_READER reader( &zis, aLibraryPath );
#if 1
// I am a PCB_IO derivative with my own PCB_PARSER
m_parser->SetLineReader( &reader ); // ownership not passed