From 64a16a8f78ae8828eb723b587ee291c47e005ff0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 23 Oct 2000 15:40:16 +0000 Subject: (partitionWizardSolutions): add "require resize_fat::main" as it should be --- perl-install/install_interactive.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 9746cf339..bb61e6392 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -105,6 +105,7 @@ sub partitionWizardSolutions { my $part = $o->ask_from_listf('', _("Which partition do you want to resize?"), \&partition_table_raw::description, \@ok_forloopback) or return; $o->set_help('resizeFATWait'); my $w = $o->wait_message(_("Resizing"), _("Computing Windows filesystem bounds")); + require resize_fat::main; my $resize_fat = eval { resize_fat::main->new($part->{device}, devices::make($part->{device})) }; $@ and die _("The FAT resizer is unable to handle your partition, the following error occured: %s", $@); -- cgit v1.2.1