fix clang-tidy warning

This commit is contained in:
taiyang-li 2022-12-21 12:20:08 +08:00
parent 6ce9c7b8c2
commit 091cebf861

View File

@ -275,7 +275,7 @@ private:
}
/// Digits
while (n >= 10)
while (w >= 100)
{
w /= 100;