msvcrt: Fix char to int promotion that breaks pattern lookup.
commitd99727bcb3f211b39421b1d738a3d3165fb82d78
authorNikolay Sivov <nsivov@codeweavers.com>
Tue, 22 Dec 2015 22:14:28 +0000 (23 01:14 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 23 Dec 2015 15:31:53 +0000 (23 16:31 +0100)
tree41a834781617f9725974d92785a8aefadd003d97
parentb0d4502c29941c31108a53d6c23f9e23196fb7ec
msvcrt: Fix char to int promotion that breaks pattern lookup.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
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