From: wessels <> Date: Mon, 21 Sep 1998 13:00:10 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~2680 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=315005bd48e06829d49ab71fb3cbf5b30fcc796c;p=thirdparty%2Fsquid.git typo --- diff --git a/src/stat.cc b/src/stat.cc index c70def2878..7d5db5ae14 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,6 +1,6 @@ /* - * $Id: stat.cc,v 1.291 1998/09/21 06:43:10 wessels Exp $ + * $Id: stat.cc,v 1.292 1998/09/21 07:00:10 wessels Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -200,7 +200,7 @@ const char * storeEntryFlags(const StoreEntry * entry) { LOCAL_ARRAY(char, buf, 256); - int flags = (int) entry->flag; + int flags = (int) entry->flags; char *t; buf[0] = '\0'; if (EBIT_TEST(flags, ENTRY_SPECIAL))