From ab6fadd090bd9faa25ee8b84c44d31aadff1954e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Tue, 2 Mar 2010 12:09:38 +0000 Subject: [PATCH] Fix regression showing empty columns in the index --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2