Fix copy pasta.

This commit is contained in:
Jeff Young 2024-02-26 12:38:44 +00:00
parent 2f6c9d1f3a
commit 43c45f3ee8
1 changed files with 1 additions and 1 deletions

View File

@ -943,7 +943,7 @@ static void isBlindBuriedViaFunc( LIBEVAL::CONTEXT* aCtx, void* self )
aCtx->Push( result );
if( item && item->Type() == PCB_VIA_T
&& static_cast<PCB_VIA*>( item )->GetViaType() == VIATYPE::MICROVIA )
&& static_cast<PCB_VIA*>( item )->GetViaType() == VIATYPE::BLIND_BURIED )
{
result->Set ( 1.0 );
}