]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Mon, 21 Sep 1998 13:00:10 +0000 (13:00 +0000)
committerwessels <>
Mon, 21 Sep 1998 13:00:10 +0000 (13:00 +0000)
src/stat.cc

index c70def287824f687235db2e4b881039d47d84a15..7d5db5ae143f3e852e455234997e6f1a70b13995 100644 (file)
@@ -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))