diff options
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webalizer/files/patch-ac b/www/webalizer/files/patch-ac index ed9bad3a3c5e..2f257c710ad7 100644 --- a/www/webalizer/files/patch-ac +++ b/www/webalizer/files/patch-ac @@ -47,7 +47,7 @@ if (sp_flg && *cp1==' ') { cp1++; continue; } /* compress spaces */ if (*cp1==' ') sp_flg=1; else sp_flg=0; /* (flag spaces here) */ - *cp2++=tolower(*cp1); /* normal character */ -+ *cp2++= *cp1++; /* normal character */ ++ *cp2++= *cp1; /* normal character */ cp1++; } } |