--------------------- PatchSet 936 Date: 2000/12/16 09:42:13 Author: adri Branch: modio Tag: (none) Log: assert(foo == 0) doesn't become assert(funcWrappingAroundFoo()); :-) Members: src/errorpage.c:1.2.2.4->1.2.2.5 Index: squid/src/errorpage.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/errorpage.c,v retrieving revision 1.2.2.4 retrieving revision 1.2.2.5 diff -u -r1.2.2.4 -r1.2.2.5 --- squid/src/errorpage.c 13 Dec 2000 09:45:02 -0000 1.2.2.4 +++ squid/src/errorpage.c 16 Dec 2000 09:42:13 -0000 1.2.2.5 @@ -1,6 +1,6 @@ /* - * $Id: errorpage.c,v 1.2.2.4 2000/12/13 09:45:02 rbcollins Exp $ + * $Id: errorpage.c,v 1.2.2.5 2000/12/16 09:42:13 adri Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -263,7 +263,7 @@ HttpReply *rep; MemObject *mem = entry->mem_obj; assert(mem != NULL); - assert(storeMemHiOffset(entry)); + assert(storeMemHiOffset(entry) == 0); if (entry->store_status != STORE_PENDING) { /* * If the entry is not STORE_PENDING, then no clients