[PATCH 3/3 v3] msvcrt: Use parse_double for scanf floats.
From: Erich E. Hoover <erich.e.hoover(a)gmail.com> Signed-off-by: Erich E. Hoover <erich.e.hoover(a)gmail.com> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- v3: - don't read too many characters in parse_double dlls/msvcrt/scanf.c | 16 ++-- dlls/msvcrt/scanf.h | 183 +++++++++++++++++++------------------------ dlls/msvcrt/string.c | 3 + 3 files changed, 90 insertions(+), 112 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=62816 Your paranoid android. === debian10 (build log) === error: patch failed: dlls/msvcrt/scanf.c:100 error: patch failed: dlls/msvcrt/scanf.h:46 error: patch failed: dlls/msvcrt/string.c:776 Task: Patch failed to apply === debian10 (build log) === error: patch failed: dlls/msvcrt/scanf.c:100 error: patch failed: dlls/msvcrt/scanf.h:46 error: patch failed: dlls/msvcrt/string.c:776 Task: Patch failed to apply
participants (2)
-
Marvin -
Piotr Caban