From 5cd8d4c8112c82457677bcf7eb92ab2cddad930d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 28 May 2002 23:56:27 +0000 Subject: 2002-05-28 Roland McGrath * storeinfo.c (print_store): Use %z format. --- utils/storeinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/storeinfo.c') diff --git a/utils/storeinfo.c b/utils/storeinfo.c index d355ca27..411bf11a 100644 --- a/utils/storeinfo.c +++ b/utils/storeinfo.c @@ -1,6 +1,6 @@ /* Show where a file exists - Copyright (C) 1995,96,97,98,99,2001 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,98,99,2001,02 Free Software Foundation, Inc. Written by Miles Bader @@ -104,7 +104,7 @@ print_store (struct store *store, int level, unsigned what) if ((what & mask) == mask) { psep (); - printf ("%u", val); + printf ("%zu", val); } } void poff (store_offset_t val, unsigned mask) -- cgit v1.2.3