msvcrt: Fix floating point numbers scanning when null-byte is preceding the number.
commit287dabd9b6887e94cabfa2a5f9bfe822522095e5
authorPiotr Caban <piotr@codeweavers.com>
Mon, 13 Jan 2020 19:17:17 +0000 (13 20:17 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Jan 2020 21:20:36 +0000 (13 22:20 +0100)
tree8cd6a23c16822df5a86b713585dc9cc7e026b73f
parent0aaaacd199135a6ef91e2d2fa01a323e2d261973
msvcrt: Fix floating point numbers scanning when null-byte is preceding the number.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48452
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/scanf.h
dlls/msvcrt/tests/scanf.c