mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 10:59:45 +00:00
oleaut32: Fixed dead increment (llvm/clang).
This commit is contained in:
parent
681d375136
commit
50c2cafea9
@ -1532,7 +1532,6 @@ VARIANT_FormatNumber_Bool:
|
||||
}
|
||||
}
|
||||
count = min(count_max, pad);
|
||||
count_max -= count;
|
||||
pad -= count;
|
||||
TRACE("write %d whole trailing 0's\n", count);
|
||||
while (count--)
|
||||
|
Loading…
x
Reference in New Issue
Block a user