msvcrt: Ignore 'N' as format length modifier for pointers, just like 'F'.
commit1d17e8502668c1d17cd2eba73eabd93cb2f1b92c
authorMartin Storsjo <martin@martin.st>
Tue, 3 Nov 2015 18:40:37 +0000 (3 20:40 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Nov 2015 10:19:07 +0000 (4 19:19 +0900)
treef5c0af09bf0ce8edf0cff5b09ff8f3a636b7231d
parent1c8412d9e5bd941428ccfe615f5260dd7406145d
msvcrt: Ignore 'N' as format length modifier for pointers, just like 'F'.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/printf.h
dlls/msvcrt/tests/printf.c