From: adrian <> Date: Mon, 14 Oct 2002 17:57:13 +0000 (+0000) Subject: printf typedef. X-Git-Tag: SQUID_3_0_PRE1~647 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e0c0c5780084ed4d63c1c047d023a1a1f14dc6;p=thirdparty%2Fsquid.git printf typedef. --- diff --git a/src/store_dir.cc b/src/store_dir.cc index 549db69f2e..c3f44513e2 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -1,6 +1,6 @@ /* - * $Id: store_dir.cc,v 1.137 2002/10/13 20:35:05 robertc Exp $ + * $Id: store_dir.cc,v 1.138 2002/10/14 11:57:13 adrian Exp $ * * DEBUG: section 47 Store Directory Routines * AUTHOR: Duane Wessels @@ -290,8 +290,8 @@ storeDirStats(StoreEntry * sentry) SwapDir *SD; storeAppendPrintf(sentry, "Store Directory Statistics:\n"); - storeAppendPrintf(sentry, "Store Entries : %d\n", - storeEntryInUse()); + storeAppendPrintf(sentry, "Store Entries : %lu\n", + (unsigned long int)storeEntryInUse()); storeAppendPrintf(sentry, "Maximum Swap Size : %8ld KB\n", (long int) Config.Swap.maxSize); storeAppendPrintf(sentry, "Current Store Swap Size: %8lu KB\n",