From 3cf4892688ab18d3905613f5f80f1c7799fa1bd6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Oct 2001 21:00:05 +0000 Subject: is little-endian, so use "V" instead of "I" --- perl-install/partition_table_dos.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table_dos.pm') diff --git a/perl-install/partition_table_dos.pm b/perl-install/partition_table_dos.pm index 2c76a40e5..0358be6de 100644 --- a/perl-install/partition_table_dos.pm +++ b/perl-install/partition_table_dos.pm @@ -12,7 +12,7 @@ use partition_table; use c; my @fields = qw(active start_head start_sec start_cyl type end_head end_sec end_cyl start size); -my $format = "C8 I2"; +my $format = "C8 V2"; my $magic = "\x55\xAA"; my $nb_primary = 4; -- cgit v1.2.1