~pierre-parent-k/kicad/length-tunning

« back to all changes in this revision

Viewing changes to pcbnew/github/github_plugin.cpp

  • Committer: Pierre Parent
  • Date: 2014-07-06 10:32:13 UTC
  • mfrom: (4798.1.179 kicad)
  • Revision ID: pierre.parent@insa-rouen.fr-20140706103213-wjsdy0hc9q6wbz5v
Merge with lp:kicad 4977

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
 
222
222
        if( zis.OpenEntry( *entry ) )
223
223
        {
224
 
            INPUTSTREAM_LINE_READER reader( &zis );
 
224
            INPUTSTREAM_LINE_READER reader( &zis, aLibraryPath );
225
225
#if 1
226
226
            // I am a PCB_IO derivative with my own PCB_PARSER
227
227
            m_parser->SetLineReader( &reader );     // ownership not passed