5 Nov
2021
5 Nov
'21
2:22 p.m.
Hi Andrew, On 11/5/21 19:49, Andrew Eikum wrote:
Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com> ---
For example,
"%*0d", 1, ...
becomes
"%10d", ...
i.e. prints ten digits. It looks like a bug in native implementation. It also got fixed in newer versions of C runtime (I have only checked ucrtbase). Is there an application that depends on that?
Thanks, Piotr