From 1bd0d70a43bc734b826ae3f181b057aa22c977d7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 15 Oct 1999 00:49:48 +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 88bf8ef83..6ad004814 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -255,7 +255,7 @@ sub read($;$) { 1; } -sub read_extended($$) { +sub read_extended { my ($hd, $extended) = @_; my $pt = read_one($hd, $extended->{start}) or return 0; -- cgit v1.2.1