You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2025. It is now read-only.
The `scope()` function doesn't need its `flags` variable. Nor is there any
point in merging `NV_ADD` into its value since the only places `flags`
is used explicitly exclude that bit mask. Finally, simplify the hard to
understand compound `if()` expresssion.
This function is probably broken in some subtle fashion but this change
at least clarifies the code.
Related #1072
0 commit comments