From 61e4e4c0f0d56d7025cfec182f413f71725ae95c Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 8 Mar 2011 16:31:42 +0000 Subject: fix parameter order --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 4380ab12a..8c0e5ee9e 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -589,7 +589,7 @@ sub change_type { sub partition_table_clear_and_initialize { my ($lvms, $hd, $o_in, $o_type, $b_warn) = @_; $hd->clear_existing; - partition_table_initialize($lvms, $hd, $o_in, $o_type, $b_warn); + partition_table_initialize($lvms, $hd, $o_in, $b_warn, $o_type); } sub partition_table_initialize { -- cgit v1.2.1