]> git.gag.com Git - fw/altos/commitdiff
altos: fix functions calling pollchar to use 'int' to hold the value
authorKeith Packard <keithp@keithp.com>
Fri, 7 Dec 2012 18:05:51 +0000 (10:05 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 7 Dec 2012 18:12:19 +0000 (10:12 -0800)
AO_READ_AGAIN doesn't fit in a char anymore now that stdio is 8-bit
clean, everyone using pollchar must use an 'int' variable to capture
the whole value from pollchar.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found