Fix typo.

This commit is contained in:
Jeff Young 2025-06-15 21:50:55 +01:00
parent 1bc60c32f0
commit f6b814658e

View File

@ -2552,7 +2552,7 @@ void PCB_EDIT_FRAME::ExchangeFootprint( FOOTPRINT* aExisting, FOOTPRINT* aNew,
aNew->SetFilters( aExisting->GetFilters() );
aNew->SetStaticComponentClass( aExisting->GetComponentClass() );
if( !aUpdated )
if( *aUpdated == false )
{
// Check pad shapes, graphics, zones, etc. for changes
if( aNew->FootprintNeedsUpdate( aExisting, BOARD_ITEM::COMPARE_FLAGS::INSTANCE_TO_INSTANCE ) )