diff options
Diffstat (limited to 'perl-install/partition_table/mac.pm')
| -rw-r--r-- | perl-install/partition_table/mac.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/perl-install/partition_table/mac.pm b/perl-install/partition_table/mac.pm index 2922bc7a3..78e5469cd 100644 --- a/perl-install/partition_table/mac.pm +++ b/perl-install/partition_table/mac.pm @@ -1,4 +1,4 @@ -package partition_table::mac; # $Id$ +package partition_table::mac;  use diagnostics;  #use strict;   - fixed other PPC code to comply, but program bails on empty partition table - sbenedict @@ -193,7 +193,7 @@ sub read_one {  }  sub write($$$;$) { -    my ($hd, $sector, $pt, $info) = @_; +    my ($hd, $_handle, $sector, $pt, $info) = @_;      #- handle testing for writing partition table on file only!      my $F; | 
