From 2383474b8210eef1d069fcf49fe62015019e0c85 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 24 Sep 2000 21:38:31 +0000 Subject: no_comment --- perl-install/partition_table.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table.pm') diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index e1b5b796a..c1f90c566 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -486,7 +486,7 @@ sub active($$) { $_->{active} = 0 foreach @{$hd->{primary}{normal}}; $part->{active} = 0x80; - hd->{isDirty} = 1; + $hd->{isDirty} = 1; } -- cgit v1.2.1