From dec0bdbb64a662c2276fcca1afb3e069143990ac Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 11 Apr 2000 15:15:23 +0000 Subject: *** empty log message *** --- perl-install/resize_fat/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/resize_fat/any.pm') diff --git a/perl-install/resize_fat/any.pm b/perl-install/resize_fat/any.pm index 63f154008..407159437 100644 --- a/perl-install/resize_fat/any.pm +++ b/perl-install/resize_fat/any.pm @@ -27,7 +27,7 @@ sub min_cluster_count($) { } sub max_cluster_count($) { my ($fs) = @_; - 2 ** $fs->{fs_type_size} - 11; + (1 << $ {{ FAT16 => 16, FAT32 => 28 }}{$fs->{fs_type}}) - 11; } -- cgit v1.2.1