From 53d02438c187bd55148d16ff9a3e2c4c112aea5b Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 25 Jul 1996 11:47:33 +0000 Subject: [PATCH] - Squid-1.0 changes up to 1.0.4. --- src/gopher.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gopher.cc b/src/gopher.cc index faaaaa2c3e..cb2b56c59d 100644 --- a/src/gopher.cc +++ b/src/gopher.cc @@ -1,5 +1,5 @@ /* - * $Id: gopher.cc,v 1.35 1996/07/20 03:16:50 wessels Exp $ + * $Id: gopher.cc,v 1.36 1996/07/25 05:47:33 wessels Exp $ * * DEBUG: section 10 Gopher * AUTHOR: Harvest Derived @@ -386,9 +386,9 @@ void gopherToHTML(data, inbuf, len) char gtype; StoreEntry *entry = NULL; - memset(outbuf, '\0', sizeof(outbuf)); - memset(tmpbuf, '\0', sizeof(outbuf)); - memset(line, '\0', sizeof(outbuf)); + memset(outbuf, '\0', TEMP_BUF_SIZE << 4); + memset(tmpbuf, '\0', TEMP_BUF_SIZE); + memset(line, '\0', TEMP_BUF_SIZE); entry = data->entry; -- 2.47.3