Oddly enough I had spotted this (eyeballing the code) the day before I
got your mail. The following change ought to fix it (the diff is
against 1.1.beta16):
/*
- * $Id: stat.cc,v 1.101 1996/11/08 00:02:23 wessels Exp $
+ * $Id: stat.cc,v 1.102 1996/11/12 07:06:45 wessels Exp $
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
/* log_quote -- URL-style encoding on MIME headers. */
-char *
-log_quote(const char *header)
+static char *
+log_quote(const unsigned char *header)
{
int c, i;
- char *buf, *buf_cursor;
+ unsigned char *buf, *buf_cursor;
if (header == NULL) {
buf = xcalloc(1, 1);
*buf = '\0';