From 315005bd48e06829d49ab71fb3cbf5b30fcc796c Mon Sep 17 00:00:00 2001 From: wessels <> Date: Mon, 21 Sep 1998 13:00:10 +0000 Subject: [PATCH] typo --- src/stat.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.47.3