altos/lisp: use strtof instead of atof
authorKeith Packard <keithp@keithp.com>
Sun, 3 Dec 2017 05:21:55 +0000 (23:21 -0600)
committerKeith Packard <keithp@keithp.com>
Sun, 3 Dec 2017 05:21:55 +0000 (23:21 -0600)
commitb9009b3916956db00b7b78bd06fb0df704690eb1
tree5f634b96f2a4b2cccedfd3988174ca4bc7decc51
parent880c35363a2596202c8a3d980bf4ac41eceead66
altos/lisp: use strtof instead of atof

atof returns double, strtof returns float.

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