From e31295b058b23831d5ceced25adc058df97704d3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Sep 2007 10:32:56 +0000 Subject: rename ->read to ->read_one --- perl-install/partition_table/gpt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table/gpt.pm') diff --git a/perl-install/partition_table/gpt.pm b/perl-install/partition_table/gpt.pm index ba9307df3..81967d07e 100644 --- a/perl-install/partition_table/gpt.pm +++ b/perl-install/partition_table/gpt.pm @@ -138,7 +138,7 @@ sub read_partitionEntries { \@pt; } -sub read { +sub read_one { my ($hd, $sector) = @_; my $l = partition_table::dos::read($hd, $sector); -- cgit v1.2.1