]> git.sur5r.net Git - cc65/blobdiff - src/ar65/list.c
Update list.c
[cc65] / 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);