On Tue, Aug 02, 2005 at 05:51:26PM -0300, Timmers, Rogerio wrote:
>  
> Hi Leslie, 
> 
> Here is the diff file with the changes.
> Please let me know if you have any questions.

> diff -Nur parted-1.6.23.orig/libparted/disk_gpt.c 
> parted-1.6.23-modified/libparted/disk_gpt.c
> [...]
> @@ -514,8 +516,13 @@
>                                            (uint16_t) pte->PartitionName[i]);
>         gpt_part_data->name[i] = 0;
> 
> -       gpt_part_data->lvm = gpt_part_data->raid = gpt_part_data->boot
> -               = gpt_part_data->hp_service = 0;
> +       gpt_part_data->lvm = gpt_part_data->raid = 
> +               gpt_part_data->boot = gpt_part_data->hp_service = 
> +               gpt_part_data->hidden = gpt_part_data->msftres = 0;
> +
> +       if(pte->Attributes.RequiredToFunction & 0x1)
> +               gpt_part_data->hidden = 1;
> + 
The equal signs still need to be moved to the beginning of the succeeding line.

Leslie


-- 
PGP-KID: 0x52D70289

Attachment: pgpHYi1P2JOoo.pgp
Description: PGP signature

_______________________________________________
Bug-parted mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to