diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-23 17:51:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-23 17:51:57 +0000 |
commit | 4c72a730cd1ce256f969ec77e3a0c8d33822537b (patch) | |
tree | b4858eae076ee2cd0ec25c5c26ec6cfc73b0ce43 /ext2fs/hyper.c | |
parent | 17273e4e24d33ea9888f4ab322993d02eccca75a (diff) |
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
* 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.
Diffstat (limited to 'ext2fs/hyper.c')
-rw-r--r-- | ext2fs/hyper.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <miles@gnu.ai.mit.edu> + Written by Miles Bader <miles@gnu.org> 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. */ |