Use logical OR to quiet static analyzer (no functional change)

This commit is contained in:
Marek Roszko 2021-05-30 21:44:07 -04:00
parent 65fee5b2ec
commit cfa2b57c68
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public:
bool TotalLengthChanged() const
{
return BoardWireLengthChanged() | ViaLengthChanged() | ChipWireLengthChanged();
return BoardWireLengthChanged() || ViaLengthChanged() || ChipWireLengthChanged();
}
LIST_ITEM* Parent() const