There's an ampersand missing, causing a bitwise and instead of logical and.
It looks like this is not an issue in 7.x as the right operator was used in a11dd233.
I've committed a fix for this in c323d04.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
deviantintegral commentedIt looks like this is not an issue in 7.x as the right operator was used in a11dd233.
I've committed a fix for this in c323d04.