oleaut32: Fixed dead increment (llvm/clang).

This commit is contained in:
Ricardo Filipe 2008-11-13 12:04:46 +00:00 committed by Alexandre Julliard
parent 681d375136
commit 50c2cafea9
1 changed files with 0 additions and 1 deletions

View File

@ -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--)