diff options
Diffstat (limited to 'utils/storeinfo.c')
-rw-r--r-- | utils/storeinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <miles@gnu.org> @@ -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) |