From: Frédéric Marchal Date: Wed, 12 May 2010 21:34:38 +0000 (+0000) Subject: Use a lower case message and avoid the extra processing X-Git-Tag: v2.3-pre5~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7aa5c61594c35cf0a1e0c8fb41525511b979d07;p=thirdparty%2Fsarg.git Use a lower case message and avoid the extra processing --- 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