Fix fat fingered error

This commit is contained in:
Seth Hillbrand 2020-10-21 14:41:14 -07:00
parent ae1004776f
commit b39fb3374d
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ void EE_INSPECTION_TOOL::checkPart( LIB_PART* aPart )
// "pin" is off grid here. // "pin" is off grid here.
offgrid_error++; offgrid_error++;
if( aPart->HasConversion() && next->GetConvert() ) if( aPart->HasConversion() && pin->GetConvert() )
{ {
if( aPart->GetUnitCount() <= 1 ) if( aPart->GetUnitCount() <= 1 )
{ {