14 Jul
2020
14 Jul
'20
10:23 p.m.
Module: wine Branch: master Commit: e20756e9b8dcb29241ae435760d04a9c7cf519bc URL: https://source.winehq.org/git/wine.git/?a=commit;h=e20756e9b8dcb29241ae43576... Author: Piotr Caban <piotr(a)codeweavers.com> Date: Tue Jul 14 15:33:33 2020 +0200 msvcrt: Use proper flags instead of characters for printf flags. Port 1a43c5de71eea457855f7dcfb7e5811f1c74ebf8 to msvcrt. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msvcrt/printf.h | 101 ++++++++++++++++++++++++--------------------------- dlls/msvcrt/wcs.c | 9 +++++ 2 files changed, 56 insertions(+), 54 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e20756e9b8dcb29241ae4...