]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Oops.. need to test even trivial changes..
authorhno <>
Sat, 13 Apr 2002 21:51:43 +0000 (21:51 +0000)
committerhno <>
Sat, 13 Apr 2002 21:51:43 +0000 (21:51 +0000)
src/errorpage.cc

index eb90ebe5cf853ddb3e71db3a0da38f9228feb349..0ef1053f1341ac98f4a3bdae366708f4d2a4ff0b 100644 (file)
@@ -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);