CVSROOT:        /sources/grub
Module name:    grub2
Changes by:     Robert Millan <robertmh>        08/02/23 20:33:32

Modified files:
        .              : ChangeLog 
        partmap        : gpt.c 

Log message:
        2008-02-23  Robert Millan  <[EMAIL PROTECTED]>
        
                * partmap/gpt.c (grub_gpt_magic): Add `0x' qualifier to each 
member,
                since they were intended to be in hex.  This didn't break 
previously
                because of a bug in gpt_partition_map_iterate() (see below).
        
                (gpt_partition_map_iterate): Replace `grub_memcmp' with `! 
grub_memcmp'
                when checking the validity of GPT header.
                Remove `partno', since it always provides the same information 
as `i'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub2/ChangeLog?cvsroot=grub&r1=1.597&r2=1.598
http://cvs.savannah.gnu.org/viewcvs/grub2/partmap/gpt.c?cvsroot=grub&r1=1.6&r2=1.7


_______________________________________________
Commit-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-grub

Reply via email to