Skip to content

Fix in ElectronSelectorHelpers passAmbiguity

The passAmbiguity method in ElectronSelectorHelpers takes the requirement to cut on as a uint8_t bitword. Since we have nine ambiguity types in master, a uint8_t can't hold all possible cuts. So, let's better change that to a uint16_t.

Cheers, Philip

Merge request reports