diff options
| author | Denis Kozadaev <denis@dilos.org> | 2026-01-11 15:19:54 +0300 |
|---|---|---|
| committer | Denis Kozadaev <denis@dilos.org> | 2026-01-11 15:19:54 +0300 |
| commit | 7f2c47668fe0aa0a03fd1798dbd6448e4fae94bd (patch) | |
| tree | 388b968aea6261fe8b8e984c3d408b39b4219252 | |
| parent | 033eea325615ac30721296bbbbb478d0c7c78efe (diff) | |
| download | tqt-logical_operand.tar.gz tqt-logical_operand.zip | |
fix ambiguous of operationslogical_operand
Signed-off-by: Denis Kozadaev <denis@dilos.org>
| -rw-r--r-- | src/tools/tqlocale.cpp | 2 |
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; |
