Skip to content
Snippets Groups Projects
user avatar
rswindell authored
and (with &) should be parenthesized before conducting boolean test on result.
e.g. if(!x&value) must be changed to if(!(x&value)) to do what you expect.
f4a6f610
History
Name Last commit Last update
CVSROOT
ctrl
docs
exec
install
node1
node2
node3
node4
src
text
web
xtrn