From: Frédéric Marchal Date: Tue, 2 Mar 2010 12:09:38 +0000 (+0000) Subject: Fix regression showing empty columns in the index X-Git-Tag: v2.3-pre2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6fadd090bd9faa25ee8b84c44d31aadff1954e;p=thirdparty%2Fsarg.git Fix regression showing empty columns in the index --- diff --git a/util.c b/util.c index eb5d668..0f73f43 100644 --- a/util.c +++ b/util.c @@ -783,7 +783,7 @@ void obttotal(const char *dirname, const char *name, char *tbytes, int nuser, ch debuga(_("There is a invalid user in file %s"),wdir); exit(1); } - if(strcmp(warea,"TOTAL") != 0) + if(strcmp(user,"TOTAL") != 0) continue; if (getword_skip(MAXLEN,&gwarea,sep)<0) { debuga(_("There a broken total number of access in file %s"),wdir);