Mageia Bugzilla – Attachment 9042 Details for
Bug 20264
Using "clear all" in diskdrake or in installer partitioning on GPT disk results in "failed to del partition #1 on /dev/..." message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
fix indentation
0005-fix-indentation.patch (text/plain), 736 bytes, created by
Thierry Vignaud
on 2017-03-07 22:10:59 CET
(
hide
)
Description:
fix indentation
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2017-03-07 22:10:59 CET
Size:
736 bytes
patch
obsolete
>From e8c98d0a53f72a21555287e971be6a654374a079 Mon Sep 17 00:00:00 2001 >From: Martin Whitaker <mageia@martin-whitaker.me.uk> >Date: Tue, 7 Mar 2017 22:06:47 +0100 >Subject: [PATCH 5/6] fix indentation > >--- > perl-install/c/stuff.xs.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl >index c8dc613..e255b57 100755 >--- a/perl-install/c/stuff.xs.pl >+++ b/perl-install/c/stuff.xs.pl >@@ -696,7 +696,7 @@ get_disk_partitions(char * device_path) > hv_store(rh, "fs_type", 7, newSVpv(part->fs_type->name, 0), 0); > PUSHs(newRV((SV *)rh)); > part = ped_disk_next_partition(disk, part); >- } >+ } > ped_disk_destroy(disk); > } > >-- >2.10.2 >
From e8c98d0a53f72a21555287e971be6a654374a079 Mon Sep 17 00:00:00 2001 From: Martin Whitaker <mageia@martin-whitaker.me.uk> Date: Tue, 7 Mar 2017 22:06:47 +0100 Subject: [PATCH 5/6] fix indentation --- perl-install/c/stuff.xs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index c8dc613..e255b57 100755 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -696,7 +696,7 @@ get_disk_partitions(char * device_path) hv_store(rh, "fs_type", 7, newSVpv(part->fs_type->name, 0), 0); PUSHs(newRV((SV *)rh)); part = ped_disk_next_partition(disk, part); - } + } ped_disk_destroy(disk); } -- 2.10.2
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20264
:
9028
|
9029
|
9030
|
9031
|
9037
|
9038
|
9039
|
9040
|
9041
| 9042 |
9043
|
9047
|
9054
|
9055
|
9060
|
9082