mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 54ca677983 inadvertently
introduced bitwise and where logical and was intended. since the
right-hand operand is always 0 or -1 whenever the left-hand operand is
nonzero, the behavior happened to be equivalent.
master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue