head	1.2;
access;
symbols
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.07.17.14.08.56;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	2007.03.10.17.04.08;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- update to 2.20-01
@
text
@--- webalizer.c.a-urasim	Wed Apr 17 07:11:31 2002
+++ webalizer.c	Tue Dec 23 23:26:23 2003
@@@@ -1783,7 +1809,7 @@@@
             if (*cp1) *cp2=from_hex(*cp1++)*16; /* convert hex to an ascii */
             if (*cp1) *cp2+=from_hex(*cp1);     /* (hopefully) character   */
             if ((*cp2<32)||(*cp2==127)) *cp2='_'; /* make '_' if its bad   */
-            if (*cp1) cp2++; cp1++;
+            if (*cp1){ cp2++; cp1++;} /* bug? */
          }
          else *cp2++='%';
       }
@


1.1
log
@- fix unescape bug for default
Submitted by:	Andrey Chernov
@
text
@@

