msvcrt: Fix printf sign flags.
commit180326bb0aa5adfe6906728f40f1cd27be617f1c
authorJesse Allen <the3dfxdude@gmail.com>
Wed, 21 Dec 2005 19:07:03 +0000 (21 20:07 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Dec 2005 19:07:03 +0000 (21 20:07 +0100)
tree1d077c99c81b27f613317dbc647ad78c095998d4
parentbd298b511e5839c0915914b4569f587ef0c37df5
msvcrt: Fix printf sign flags.
Fix the printf sign flags so that '+' doesn't always override ' '
space alone.  If they both appear, continue parsing and let '+' take
precedence.
dlls/msvcrt/tests/printf.c
dlls/msvcrt/wcs.c