7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 00:30:01 +00:00

Fix copy pasta.

This commit is contained in:
Jeff Young 2024-02-26 12:38:44 +00:00
parent 2f6c9d1f3a
commit 43c45f3ee8

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 );
}