Solved
This topic has been closed for replies.
You use bitwise and with a bitmask of 0, so the result = 0. (0&0) = 0 = false.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
You use bitwise and with a bitmask of 0, so the result = 0. (0&0) = 0 = false.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.