From 4c72a730cd1ce256f969ec77e3a0c8d33822537b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 23 May 1999 17:51:57 +0000 Subject: 1999-05-23 Roland McGrath * ialloc.c (diskfs_alloc_node): Frob printf format to suppress warning. * getblk.c (ext2_getblk): Likewise. * balloc.c (ext2_free_blocks): Likewise. * hyper.c (get_hypermetadata): Likewise. --- ext2fs/hyper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext2fs/hyper.c') diff --git a/ext2fs/hyper.c b/ext2fs/hyper.c index 871c7254..d7536014 100644 --- a/ext2fs/hyper.c +++ b/ext2fs/hyper.c @@ -1,8 +1,8 @@ /* Fetching and storing the hypermetadata (superblock and bg summary info) - Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1994,95,96,99 Free Software Foundation, Inc. - Written by Miles Bader + Written by Miles Bader This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -100,7 +100,7 @@ get_hypermetadata (void) block_size); if (store->size < (sblock->s_blocks_count << log2_block_size)) - ext2_panic ("disk size (%d bytes) too small; superblock says we need %d", + ext2_panic ("disk size (%ld bytes) too small; superblock says we need %d", store->size, sblock->s_blocks_count << log2_block_size); /* Set these handy variables. */ -- cgit v1.2.3