aboutsummaryrefslogtreecommitdiffstats
path: root/www/webalizer-2/files/patch-ad
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-10-14 13:47:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-10-14 13:47:12 +0000
commit53085b307ff3fc460851c783024c5c7527923b54 (patch)
tree78f974651ba5d73302a0c1a3285936ea20267e96 /www/webalizer-2/files/patch-ad
parentff839adaabefa04d5e9e5219cd27fd55fe9e6000 (diff)
ctype fixes
Diffstat (limited to 'www/webalizer-2/files/patch-ad')
-rw-r--r--www/webalizer-2/files/patch-ad15
1 files changed, 12 insertions, 3 deletions
diff --git a/www/webalizer-2/files/patch-ad b/www/webalizer-2/files/patch-ad
index dd9de33a0a02..4ef6e9feebda 100644
--- a/www/webalizer-2/files/patch-ad
+++ b/www/webalizer-2/files/patch-ad
@@ -1,6 +1,6 @@
---- output.c.orig Sun Mar 19 02:37:06 2000
-+++ output.c Sun Sep 24 14:28:15 2000
-@@ -1447,10 +1447,17 @@
+--- output.c.orig Fri Sep 29 07:51:42 2000
++++ output.c Sat Oct 14 17:18:55 2000
+@@ -1450,10 +1450,17 @@
rptr=*pointer++;
if (rptr->flag == OBJ_REG)
{
@@ -22,3 +22,12 @@
r_reg--;
}
}
+@@ -1932,7 +1939,7 @@
+ {
+ domain = hptr->string+strlen(hptr->string)-1;
+ while ( (*domain!='.')&&(domain!=hptr->string)) domain--;
+- if ((domain==hptr->string)||(isdigit((int)*++domain)))
++ if ((domain==hptr->string)||(isdigit((unsigned char)*++domain)))
+ {
+ ctry[0].count+=hptr->count;
+ ctry[0].files+=hptr->files;