drc_test_provider_library_parity.cpp: fix a typo that crashes Pcbnew.
This commit is contained in:
parent
8f2a453d07
commit
a264608368
|
@ -519,7 +519,7 @@ bool FOOTPRINT::FootprintNeedsUpdate( const FOOTPRINT* aLibFootprint, REPORTER*
|
|||
return item->Type() == PCB_FP_SHAPE_T;
|
||||
} );
|
||||
|
||||
if( aShapes.size() != aShapes.size() )
|
||||
if( aShapes.size() != bShapes.size() )
|
||||
{
|
||||
diff = true;
|
||||
REPORT( _( "Graphic item count differs." ) );
|
||||
|
|
Loading…
Reference in New Issue