fix scanf %c conversion wrongly storing a terminating null byte
authorRich Felker <dalias@aerifal.cx>
Sat, 22 Jun 2013 21:23:45 +0000 (17:23 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 22 Jun 2013 21:23:45 +0000 (17:23 -0400)
commitef5507867b59d19f21437970e87b5d0415c07b2e
treec08887f82e0896740a636af337242d0c3ba2f4d9
parentc20804500deebaabc56f383d48dd1ac77dce8349
fix scanf %c conversion wrongly storing a terminating null byte

this seems to have been a regression from the refactoring which added
the 'm' modifier.
src/stdio/vfscanf.c
src/stdio/vfwscanf.c