From: hno <> Date: Fri, 6 Aug 2004 02:09:59 +0000 (+0000) Subject: Bug #1030: Unknown %X errorpage codes incorrectly quoted X-Git-Tag: SQUID_3_0_PRE4~1079 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbba2ba24e8049355d4ea602cb678e350a6a5eb1;p=thirdparty%2Fsquid.git Bug #1030: Unknown %X errorpage codes incorrectly quoted --- diff --git a/src/errorpage.cc b/src/errorpage.cc index 94f40eecd4..23ca06c9ea 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,6 +1,6 @@ /* - * $Id: errorpage.cc,v 1.194 2004/01/06 03:44:13 hno Exp $ + * $Id: errorpage.cc,v 1.195 2004/08/05 20:09:59 hno Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -803,6 +803,8 @@ errorConvert(char token, ErrorState * err) default: memBufPrintf(&mb, "%%%c", token); + do_quote = 0; + break; }