From: Andrew Tridgell Date: Thu, 18 Apr 2002 10:26:47 +0000 (+0200) Subject: thanks to Andy Chittenden for pointing out X-Git-Tag: v1.8~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9caa1f3220d9d8367cce99d03ccb764d5ca63c4;p=thirdparty%2Fccache.git thanks to Andy Chittenden for pointing out that -M does in fact work! --- diff --git a/ccache.c b/ccache.c index f3d8f1a08..aa5ab72fe 100644 --- a/ccache.c +++ b/ccache.c @@ -260,6 +260,7 @@ static void find_hash(ARGS *args) hash_file(path_stdout); } else { if (unify_hash(path_stdout) != 0) { + stats_update(STATS_ERROR); failed(); } } @@ -496,8 +497,7 @@ static void process_args(int argc, char **argv) for (i=1; i