From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-April/013944.html | 79 +++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-April/013944.html (limited to 'zarb-ml/mageia-dev/2012-April/013944.html') diff --git a/zarb-ml/mageia-dev/2012-April/013944.html b/zarb-ml/mageia-dev/2012-April/013944.html new file mode 100644 index 000000000..46dee225e --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/013944.html @@ -0,0 +1,79 @@ + + + + [Mageia-dev] [soft-commits] [3964] Fix partition numbering on GPT (mga#3091) + + + + + + + + + +

[Mageia-dev] [soft-commits] [3964] Fix partition numbering on GPT (mga#3091)

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Fri Apr 6 10:53:32 CEST 2012 +

+
+ +
On 6 April 2012 10:34, Guillaume Rousse <guillomovitch at gmail.com> wrote:
+> Anyway, allocating the list content in a single pass seems simpler to
+> understand for me. I'd rather use something as:
+>
+> # create an exhaustive list including %parts content if existing
+> # for given partition number, a default structure otherwise
+> my @pt = map {
+>        $parts{$_} ? $parts{$_} : { part_number => $_ }
+>    } 1..$nb_primary;
+
+even simpler:
+       $parts{$_} || { part_number => $_ }
+
+ + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1