Convert each character to an unsigned value before passing it to the outc
commitbb5254c598bcc6d021abade5e4d7504772d36a30
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 2 Dec 2014 19:50:29 +0000 (2 19:50 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 2 Dec 2014 19:50:29 +0000 (2 19:50 +0000)
treefb28aee4b3e95be40409cabb04f0b24f49f2e6f8
parent14e72dd61b51f2b6fb2c2b7f7495372133dbce53
Convert each character to an unsigned value before passing it to the outc
callback. This avoids mix-ups between the character with value 255 and EOF
(-1), for example.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49818 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/stdc/__vcformat.c