~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to pcbnew/legacy_plugin.cpp

  • Committer: Maciej Suminski
  • Date: 2013-08-02 13:57:24 UTC
  • mfrom: (4024.1.238 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: maciej.suminski@cern.ch-20130802135724-gix6orezshkukodv
Upstream merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4155
4155
        abs_lib_name.MakeAbsolute();
4156
4156
        tempFileName = wxFileName::CreateTempFileName( abs_lib_name.GetFullPath() );
4157
4157
 
4158
 
        wxLogDebug( wxT( "tempFileName:'%s'  m_lib_path:'%s'\n" ),
4159
 
                    TO_UTF8( tempFileName ), TO_UTF8( m_lib_path ) );
 
4158
        //wxLogDebug( wxT( "tempFileName:'%s'  m_lib_path:'%s'\n" ), TO_UTF8( tempFileName ), TO_UTF8( m_lib_path ) );
4160
4159
 
4161
4160
        FILE* fp = wxFopen( tempFileName, wxT( "w" ) );
4162
4161
        if( !fp )