From: Stefan Date: Sun, 28 May 2017 11:13:53 +0000 (+0200) Subject: Update list.c X-Git-Tag: V2.17~127^2~2 X-Git-Url: https://git.sur5r.net/?p=cc65;a=commitdiff_plain;h=843c5442b149ca12db80dcb5f55dc61da9feaa42 Update list.c --- diff --git a/src/ar65/list.c b/src/ar65/list.c index 496bbcde0..e307e70a8 100644 --- a/src/ar65/list.c +++ b/src/ar65/list.c @@ -78,7 +78,7 @@ void ListObjFiles (int argc, char* argv []) /* Print the size */ if (Verbosity > 0) { - printf ("%5ld ", O->Size); + Print (stdout, 1, "%5lu ", O->Size); } /* Print the name */ printf ("%s\n", O->Name);