grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] UUID for FAT


From: Robert Millan
Subject: Re: [PATCH] UUID for FAT
Date: Sat, 31 May 2008 23:39:55 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Sat, May 31, 2008 at 11:05:35PM +0200, Robert Millan wrote:
> +  if (data)
> +    {
> +      *uuid = grub_malloc (40 + sizeof ('\0'));
> +      grub_sprintf (*uuid, "%04x-%04x", data->uuid[1], data->uuid[0]);

Woops, should be `9' here instead of `40' like the ext2 one.

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What good is a phone call… if you are unable to speak?
(as seen on /.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]