msvcrt: If we're at EOF in the buffer and we have pattern %n in format string we...
commit8137c094fdf37e9d101e52f114103bda55c5b3ac
authorAlasdair Sinclair <alasdairs@dsl.pipex.com>
Wed, 17 Jan 2007 04:14:27 +0000 (17 04:14 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 17 Jan 2007 10:23:34 +0000 (17 11:23 +0100)
tree4a06e2e35c1c82d00b2d9e2f42506cc5bcdd0e7a
parent9d70a6ee2caf36d66f1154760fe056919d14234b
msvcrt: If we're at EOF in the buffer and we have pattern %n in format string we should not count the EOF in the total.
dlls/msvcrt/scanf.h
dlls/msvcrt/tests/scanf.c