Remove "member" from verbose output of "-dv" in order to conform to POSIX

specification.
This commit is contained in:
Nick Clifton
2003-11-10 17:28:33 +00:00
parent ca6dee30a3
commit b2699c8b72
3 changed files with 63 additions and 54 deletions

View File

@ -802,7 +802,7 @@ print_contents (bfd *abfd)
if (verbose)
/* xgettext:c-format */
printf (_("\n<member %s>\n\n"), bfd_get_filename (abfd));
printf (_("\n<%s>\n\n"), bfd_get_filename (abfd));
bfd_seek (abfd, (file_ptr) 0, SEEK_SET);