]> git.sur5r.net Git - cc65/commitdiff
Update list.c
authorStefan <stefan.haubenthal@gmail.com>
Sun, 28 May 2017 11:13:53 +0000 (13:13 +0200)
committerGitHub <noreply@github.com>
Sun, 28 May 2017 11:13:53 +0000 (13:13 +0200)
src/ar65/list.c

index 496bbcde0994e6c1a3bd397ae9b3604e0b9ae202..e307e70a8400487dae1ffb5a7dfe03b0faa253e3 100644 (file)
@@ -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);