diff options
Diffstat (limited to 'www/webalizer/files/patch-ad')
-rw-r--r-- | www/webalizer/files/patch-ad | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/www/webalizer/files/patch-ad b/www/webalizer/files/patch-ad index dd9de33a0a02..4ef6e9feebda 100644 --- a/www/webalizer/files/patch-ad +++ b/www/webalizer/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; |