Fix handling of EOF for the '%c' and '%C' cases in scanf().
commit168265ebb00a6f94d129b64112d071edff80a83d
authorFrancois Gouget <fgouget@codeweavers.com>
Fri, 28 Jan 2005 11:27:26 +0000 (28 11:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 28 Jan 2005 11:27:26 +0000 (28 11:27 +0000)
tree281cd9cfea3b52a1fd5ed86dcd1d91b26eec83a0
parentfe59db7ce33e7d85a388aae86182fe186d56633a
Fix handling of EOF for the '%c' and '%C' cases in scanf().
Add conformance tests to verify the behavior of '%c'.
Improve some of the test's error messages.
dlls/msvcrt/scanf.h
dlls/msvcrt/tests/scanf.c