mirror of
https://github.com/status-im/qzxing.git
synced 2025-01-13 20:44:52 +00:00
infinitive loop
This commit is contained in:
parent
8c4aa30214
commit
85d82f5903
@ -226,7 +226,7 @@ int MatrixUtil::findMSBSet(int value)
|
||||
{
|
||||
int numDigits = 0;
|
||||
while (value != 0) {
|
||||
(size_t)value >> 1; // ??value >>>= 1;
|
||||
value >>= 1;
|
||||
++numDigits;
|
||||
}
|
||||
return numDigits;
|
||||
|
Loading…
x
Reference in New Issue
Block a user