=== modified file 'common/footprint_info.cpp' --- common/footprint_info.cpp 2016-01-10 21:44:37 +0000 +++ common/footprint_info.cpp 2016-03-10 13:41:32 +0000 @@ -134,8 +134,8 @@ for( int i=0; i= NTOLERABLE_ERRORS ) - break; + // if( m_error_count >= NTOLERABLE_ERRORS ) + // break; const wxString& nickname = aNicknameList[i]; @@ -231,12 +231,12 @@ // size() is small, I'll do myself. for( unsigned i=0; i= NTOLERABLE_ERRORS ) - { - // abort the remaining nicknames. - retv = false; - break; - } + // if( m_error_count >= NTOLERABLE_ERRORS ) + // { + // // abort the remaining nicknames. + // retv = false; + // break; + // } if( i + jobz >= nicknames.size() ) // on the last iteration of this for(;;) {