From 71a9a85de53497ad002cbc9b92551ab1ca10c497 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Sep 2004 07:27:53 +0000 Subject: fix typo --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fsedit.pm') diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 3d2565bca..a9d6be785 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -188,7 +188,7 @@ Do you agree to lose all the partitions? if (my $type = fs::type::type_subpart_from_magic($_)) { if ($type->{fs_type}) { #- keep {pt_type} - $_->{fs_type} = $fs_type; + $_->{fs_type} = $type->{fs_type}; } else { put_in_hash($_, $type); } -- cgit v1.2.1