From: Heikki Levanto Date: Mon, 16 Aug 2004 12:09:43 +0000 (+0000) Subject: Another 64-bit format string X-Git-Tag: snippet.version.1~416 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=6693bfefd0758c7679282ec57e7b3cb1a2f4f55f;p=idzebra-moved-to-github.git Another 64-bit format string --- diff --git a/index/recstat.c b/index/recstat.c index e452d7a..1ea05bc 100644 --- a/index/recstat.c +++ b/index/recstat.c @@ -1,4 +1,4 @@ -/* $Id: recstat.c,v 1.10 2004-08-06 12:55:01 adam Exp $ +/* $Id: recstat.c,v 1.11 2004-08-16 12:09:43 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -41,7 +41,7 @@ void rec_prstat (Records records) for (i = 0; i< REC_BLOCK_TYPES; i++) { - logf (LOG_LOG, "Record blocks of size %d", + logf (LOG_LOG, "Record blocks of size "ZINT_FORMAT, records->head.block_size[i]); logf (LOG_LOG, " Used/Total/Bytes used "