altos: Fix printf format mis-matches
authorKeith Packard <keithp@keithp.com>
Sun, 14 Jun 2020 06:39:00 +0000 (23:39 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 14 Jun 2020 07:39:00 +0000 (00:39 -0700)
Lots of values passed to printf are 'long' instead of 'int', so
fix the formats to use the right size indicator.

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

No differences found