PERFORCE change 178129 for review

Garrett Cooper gcooper at FreeBSD.org
Wed May 12 00:02:29 UTC 2010


http://p4web.freebsd.org/@@178129?ac=10

Change 178129 by gcooper at starr-bastion on 2010/05/12 00:02:09

	Inverted logic FTL :(...

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/create/perform.c#17 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/create/perform.c#17 (text+ko) ====

@@ -553,7 +553,7 @@
 				    PATH_MAX)
 					error = strerror(ENAMETOOLONG);
 
-                        if (lafe_excluded(match_patterns, srcfile) != 0)
+                        if (lafe_excluded(match_patterns, srcfile) == 0)
         			ADD_FILE(srcfile, destfile,
                                     archive_entry_open_flags);
 


More information about the p4-projects mailing list