Skip to content
  • Erik Hovland's avatar
    Use parens to make the 'is present' mask explicit · a82f6118
    Erik Hovland authored
    W/o parens the check for the 'is present' mask will not work right
    because the ! operator will evaluate first. But by wrapping the
    & operation in parens, we make it explicit that this goes first.
    And so the is present flag will be properly evaluated in the
    conditional
    
    a82f6118