arosc.library: Fix bug in __vcscan where junk characters were accepted as floats
commitdf3556f1614d64ede4e6bd6949524051506826f1
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 4 Sep 2012 20:59:10 +0000 (4 20:59 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 4 Sep 2012 20:59:10 +0000 (4 20:59 +0000)
tree7271b67a78b5a4970fc4d4d888e4bf5cc5dd9a71
parent0af762044c1f018270d06a6f8ad6ecd10fe26f10
arosc.library: Fix bug in __vcscan where junk characters were accepted as floats

Also, add test cases for this in Tests/clib/sscanf

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45732 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/__vcscan.c
test/clib/sscanf.c