From e7aa5c61594c35cf0a1e0c8fb41525511b979d07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Wed, 12 May 2010 21:34:38 +0000 Subject: [PATCH] Use a lower case message and avoid the extra processing --- topuser.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/topuser.c b/topuser.c index 960393a..2338cda 100644 --- a/topuser.c +++ b/topuser.c @@ -49,11 +49,8 @@ void topuser(void) const char *order="-r"; char title[80]; char *warea; - char ltext110[100]; int totuser=0; int topcount=0; - int i; - char *s; int cstatus; struct getwordstruct gwarea; longline line; @@ -271,17 +268,13 @@ void topuser(void) fprintf(fp_top3,"%d",posicao); if((TopUserFields & TOPUSERFIELDS_DATE_TIME) !=0 && (ReportType & REPORT_TYPE_DATE_TIME) != 0) { - s=_("DATE/TIME"); - for(i=0 ; i",fp_top3); #ifdef HAVE_GD if(Graphs && GraphFont[0]!='\0') { fprintf(fp_top3,"\"G\" ",uinfo->filename,ImageFile,_("Graphic")); } #endif - fprintf(fp_top3,"filename,uinfo->filename,ImageFile,ltext110); + fprintf(fp_top3,"filename,uinfo->filename,ImageFile,_("date/time")); #ifdef HAVE_GD fprintf(fp_top3," %s",_("Report")); #endif -- 2.47.2