On Wed, 2009-07-22 at 19:40 +0200, Robert Millan wrote:
> On Tue, Jul 21, 2009 at 03:03:34PM +0200, Vladimir 'phcoder' Serbinenko wrote:
> > +  grub_uint32_t uuidhi;
> > +  grub_uint32_t uuidlow;
> > [...]
> > +      grub_sprintf (*uuid, "%08lx%08lx",
> > +               (unsigned long) grub_le_to_cpu32 (data->sblock.uuidhi),
> > +               (unsigned long) grub_le_to_cpu32 (data->sblock.uuidlow));
> 
> Is this really being interpreted as mixed endian by other programs?

I also wondered about it.  Yes, it's "mixed endian" in the dumpfs output
and in the kernel log.

-- 
Regards,
Pavel Roskin


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to