From: hno <> Date: Sat, 13 Apr 2002 21:51:43 +0000 (+0000) Subject: Oops.. need to test even trivial changes.. X-Git-Tag: SQUID_3_0_PRE1~1088 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd7048308d0b5aae56abb8440fcfbd7b46c4abd9;p=thirdparty%2Fsquid.git Oops.. need to test even trivial changes.. --- diff --git a/src/errorpage.cc b/src/errorpage.cc index eb90ebe5cf..0ef1053f13 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,6 +1,6 @@ /* - * $Id: errorpage.cc,v 1.171 2002/04/13 14:27:41 hno Exp $ + * $Id: errorpage.cc,v 1.172 2002/04/13 15:51:43 hno Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -452,7 +452,7 @@ errorConvert(char token, ErrorState * err) p = r ? ftpUrlWith2f(r) : "[no URL]"; break; case 'c': - p = errorPageName[err->type]; + p = errorPageName(err->type); break; case 'e': memBufPrintf(&mb, "%d", err->xerrno);