From: Keith Packard Date: Sun, 14 Jun 2020 06:39:00 +0000 (-0700) Subject: altos: Fix printf format mis-matches X-Git-Tag: 1.9.3~1^2~4 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=91b6d1e56a37a2cfae53c3727feaaa40505f48d9;hp=91b6d1e56a37a2cfae53c3727feaaa40505f48d9;p=fw%2Faltos altos: Fix printf format mis-matches 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 ---