1999-09-12 Donn Terry <donn@interix.com>
* ar.c (print_contents): Change printing of member name for POSIX.2 conformance.
This commit is contained in:
parent
c8446de592
commit
946d15cab8
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
1999-09-12 Donn Terry <donn@interix.com>
|
1999-09-12 Donn Terry <donn@interix.com>
|
||||||
|
|
||||||
|
* ar.c (print_contents): Change printing of member name for
|
||||||
|
POSIX.2 conformance.
|
||||||
|
|
||||||
* ar.c (output_filename): Make const.
|
* ar.c (output_filename): Make const.
|
||||||
(open_inarch): If creating a new empty archive, set
|
(open_inarch): If creating a new empty archive, set
|
||||||
output_filename.
|
output_filename.
|
||||||
|
|
|
@ -751,8 +751,7 @@ print_contents (abfd)
|
||||||
fatal (_("internal stat error on %s"), bfd_get_filename (abfd));
|
fatal (_("internal stat error on %s"), bfd_get_filename (abfd));
|
||||||
|
|
||||||
if (verbose)
|
if (verbose)
|
||||||
/* xgettext:c-format */
|
printf ("\n<%s>\n\n", bfd_get_filename (abfd));
|
||||||
printf (_("\n<member %s>\n\n"), bfd_get_filename (abfd));
|
|
||||||
|
|
||||||
bfd_seek (abfd, 0, SEEK_SET);
|
bfd_seek (abfd, 0, SEEK_SET);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue