altos: Stop doing pointer arith on void *
authorKeith Packard <keithp@keithp.com>
Tue, 5 Feb 2019 06:33:32 +0000 (22:33 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 18 Feb 2019 21:08:23 +0000 (13:08 -0800)
commitf26197f0eec650330b476514c47978b4ba087719
tree4602d80d2a43a66850810d43712308550b038ab7
parent54dd2a6e3a05b940d9daebb3d73f6876c182b3e7
altos: Stop doing pointer arith on void *

Switch to uint8_t * instead.

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