altos: unsigned value in ao_pyro_set checked for negative value
authorKeith Packard <keithp@keithp.com>
Sat, 21 Dec 2013 06:44:20 +0000 (22:44 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 21 Dec 2013 06:44:20 +0000 (22:44 -0800)
commit316d898715746a379068ac8511692bdb9da14b39
tree727ae4365407f67f90c03ffad1b9fbe992aaa470
parent5c9172ba5681ff93d63c9c263a453d0025170045
altos: unsigned value in ao_pyro_set checked for negative value

No sense checking unsigned values for less than zero.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_pyro.c