1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-26 17:36:57 +00:00

Update list.c

This commit is contained in:
Stefan 2017-05-28 13:13:53 +02:00 committed by GitHub
parent ff33939385
commit 843c5442b1

View 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);