* archive.c (_bfd_archive_bsd44_construct_extended_name_table):

Correct format specifier.
This commit is contained in:
Alan Modra
2010-07-22 14:48:54 +00:00
parent c6a3cf87fb
commit 21fd2dbd9c
2 changed files with 6 additions and 1 deletions

View File

@@ -1649,7 +1649,7 @@ _bfd_archive_bsd44_construct_extended_name_table (bfd *abfd,
len = (len + 3) & ~3;
arch_eltdata (current)->extra_size = len;
_bfd_ar_spacepad (hdr->ar_name, maxname, "#1/%u", len);
_bfd_ar_spacepad (hdr->ar_name, maxname, "#1/%lu", len);
}
}