svn commit: r226636 - head/usr.bin/tar

Tim Kientzle kientzle at FreeBSD.org
Sat Oct 22 16:53:30 UTC 2011


Author: kientzle
Date: Sat Oct 22 16:53:29 2011
New Revision: 226636
URL: http://svn.freebsd.org/changeset/base/226636

Log:
  Typo from previous commit. Urgh.

Modified:
  head/usr.bin/tar/read.c

Modified: head/usr.bin/tar/read.c
==============================================================================
--- head/usr.bin/tar/read.c	Sat Oct 22 16:52:04 2011	(r226635)
+++ head/usr.bin/tar/read.c	Sat Oct 22 16:53:29 2011	(r226636)
@@ -219,7 +219,7 @@ read_archive(struct bsdtar *bsdtar, char
 		}
 		if (bsdtar->uname)
 			archive_entry_set_uname(entry, bsdtar->uname);
-		if (bsdtar->gname >= 0)
+		if (bsdtar->gname)
 			archive_entry_set_gname(entry, bsdtar->gname);
 
 		/*


More information about the svn-src-head mailing list