summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tools/tqlocale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tqlocale.cpp b/src/tools/tqlocale.cpp
index e3ab4305d..d562adefd 100644
--- a/src/tools/tqlocale.cpp
+++ b/src/tools/tqlocale.cpp
@@ -4430,7 +4430,7 @@ static int lo0bits(ULong *y)
if (!(x & 1)) {
k++;
x >>= 1;
- if (!x & 1)
+ if (!(x & 1))
return 32;
}
*y = x;