]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - log.c
Take the length of the label in the locale language into account when placing it...
[thirdparty/sarg.git] / log.c
diff --git a/log.c b/log.c
index 0f777fe1641f7bb2d9366008d784de64320779d6..b2905830e6477dd2d9b3aabbd4b4581f49106b58 100644 (file)
--- a/log.c
+++ b/log.c
@@ -249,7 +249,7 @@ int main(int argc,char *argv[])
    ShowSargLogo=true;
    strcpy(ParsedOutputLog,"no");
    strcpy(ParsedOutputLogCompress,"/bin/gzip -f");
-   strcpy(DisplayedValues,"abbreviation");
+   DisplayedValues=DISPLAY_ABBREV;
    strcpy(HeaderFontSize,"9px");
    strcpy(TitleFontSize,"11px");
    strcpy(AuthUserTemplateFile,"sarg_htaccess");
@@ -326,9 +326,6 @@ int main(int argc,char *argv[])
    debugm=0;
    iprel=false;
    userip=false;
-   color1=0;
-   color2=0;
-   color3=0;
    realt=false;
    realtime_refresh=3;
    realtime_access_log_lines=1000;