summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/webalizer-2/files/patch-ac2
-rw-r--r--www/webalizer/files/patch-ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/webalizer-2/files/patch-ac b/www/webalizer-2/files/patch-ac
index ed9bad3a3c5e..2f257c710ad7 100644
--- a/www/webalizer-2/files/patch-ac
+++ b/www/webalizer-2/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++;
}
}
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++;
}
}