[PATCH v3] ucrtbase: Implement t and j printf length modifiers.
From: Ambrož Bizjak <abizjak.pro(a)gmail.com> Signed-off-by: Ambroz Bizjak <abizjak.pro(a)gmail.com> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- v3: - remove unneeded casts - remove LONGLONG constants from touched code dlls/msvcrt/printf.h | 6 +++++- dlls/ucrtbase/tests/printf.c | 42 +++++++++++++++++++++++------------- 2 files changed, 32 insertions(+), 16 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=58931 Your paranoid android. === build (build log) === error: patch failed: dlls/msvcrt/printf.h:516 error: patch failed: dlls/ucrtbase/tests/printf.c:24 Task: Patch failed to apply
participants (2)
-
Marvin -
Piotr Caban