Module: wine Branch: master Commit: f99d307a3e1f9beb7fd9dc8892b5cfabbabf816b URL: https://source.winehq.org/git/wine.git/?a=commit;h=f99d307a3e1f9beb7fd9dc889...
Author: Erich E. Hoover erich.e.hoover@gmail.com Date: Thu Jan 2 19:01:56 2020 +0100
msvcrt: Use parse_double for scanf floats.
Signed-off-by: Erich E. Hoover erich.e.hoover@gmail.com Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/scanf.c | 16 ++--- dlls/msvcrt/scanf.h | 183 ++++++++++++++++++++++----------------------------- dlls/msvcrt/string.c | 3 + 3 files changed, 90 insertions(+), 112 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f99d307a3e1f9beb7fd9d...