[parisc-linux] mke2fs odd number:

Matthew Wilcox willy@debian.org
Mon, 17 Jun 2002 14:04:26 +0100


On Mon, Jun 17, 2002 at 02:02:11PM +0100, Patrick Caulfield wrote:
> void print_check_message(ext2_filsys fs)
> {
>         printf(_("This filesystem will be automatically "
>                  "checked every %d mounts or\n"
>                  "%g days, whichever comes first.  "
>                  "Use tune2fs -c or -i to override.\n"),
>                fs->super->s_max_mnt_count,
>                (double)fs->super->s_checkinterval / (3600 * 24));
> }

hehe.. passing a double to a varargs ... known bug ;-(  I think it's
fixed with gcc-3.1.

-- 
Revolutions do not require corporate support.