From bd83fced508d3c0c717d9d519528adfaa6ebb745 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Thu, 9 Nov 1995 11:06:44 +0000 Subject: Brought in changes from rev 1.3: bugfix for >17 character names. --- usr.bin/ranlib/build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/ranlib') diff --git a/usr.bin/ranlib/build.c b/usr.bin/ranlib/build.c index ff745bed3c281..03839f258c7c9 100644 --- a/usr.bin/ranlib/build.c +++ b/usr.bin/ranlib/build.c @@ -103,7 +103,7 @@ build() /* Copy the saved objects into the archive. */ size = lseek(tfd, (off_t)0, SEEK_CUR); (void)lseek(tfd, (off_t)0, SEEK_SET); - SETCF(tfd, tname, afd, archive, RPAD|WPAD); + SETCF(tfd, tname, afd, archive, WPAD); copy_ar(&cf, size); (void)ftruncate(afd, lseek(afd, (off_t)0, SEEK_CUR)); (void)close(tfd); -- cgit v1.3