From fefdc01953a8a7203a54e1dafdaec1de699d25c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 27 Dec 2010 15:55:44 +0000 Subject: [PATCH] Move a constant call outside of the loop --- report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.c b/report.c index fdc350c..935b88a 100644 --- a/report.c +++ b/report.c @@ -105,6 +105,7 @@ void gerarel(void) puinfo=NULL; fp_tt=NULL; + sort_labels(&sort_field,&sort_order); uscan=userinfo_startscan(); if (uscan == NULL) { @@ -132,7 +133,6 @@ void gerarel(void) maketmp(user,tmp,debug,indexonly); maketmp_hour(user,tmp,indexonly); - sort_labels(&sort_field,&sort_order); ttopen=0; oldurltt=NULL; -- 2.47.2