* ar.c (normalize): Fix full_pathname code.

This commit is contained in:
Ian Lance Taylor 1999-10-15 16:50:47 +00:00
parent c388dee89b
commit b059661ec6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-10-15 Ian Lance Taylor <ian@zembu.com>
* ar.c (normalize): Fix full_pathname code.
1999-10-08 Ben Elliston <bje@cygnus.com>
* binutils.texi: Some rewording and clarifications.

View File

@ -299,7 +299,7 @@ normalize (file, abfd)
const char *filename;
if (full_pathname)
return filename;
return file;
filename = strrchr (file, '/');
if (filename != (char *) NULL)