msvcrt: Don't use isdigit in places where only 0-9 digits are handled.
commitaff5d2c1f3d70b94feaaf964b887e4f11727c729
authorPiotr Caban <piotr@codeweavers.com>
Thu, 18 Feb 2016 15:09:55 +0000 (18 16:09 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 19 Feb 2016 06:10:20 +0000 (19 15:10 +0900)
tree548e1979c76b7163fddc4d894f0b2c0dbd384de8
parent52333e9c5d735c2be40f17991c84956e98eae896
msvcrt: Don't use isdigit in places where only 0-9 digits are handled.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/string.c
dlls/msvcrt/wcs.c