CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2016/07/26 19:52:03

Modified files:
        usr.bin/printf : printf.c 

Log message:
fix signed char extension bugs. from [email protected]. ok guenther.
As a personal remark, I'll add that it's not necessary to cast a value
to a function's return type. The compiler is happy to do that for you.
But such casts can hide warnings and bugs.

Reply via email to