From: Joerg Sonnenberger Date: Tue, 26 May 2009 10:47:30 +0000 (-0400) Subject: Fix count. X-Git-Tag: v2.8.0~629 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35b256b6ed293ae0286c6879ff857d69fc41f12a;p=thirdparty%2Flibarchive.git Fix count. SVN-Revision: 1115 --- diff --git a/cpio/matching.c b/cpio/matching.c index 3e4ddc3bf..83efa50f1 100644 --- a/cpio/matching.c +++ b/cpio/matching.c @@ -166,7 +166,7 @@ excluded(struct cpio *cpio, const char *pathname) */ if (match->matches == 0) { match->matches++; - matching->inclusions_unmatched_count++; + matching->inclusions_unmatched_count--; return (0); } /*