grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Ignore case when opening files in FAT


From: Bean
Subject: Re: [PATCH] Ignore case when opening files in FAT
Date: Fri, 25 Jul 2008 19:00:30 +0800

On Fri, Jul 25, 2008 at 3:49 PM, Markus Halm <address@hidden> wrote:
> Hi,
>
>> +#define GRUB_FAT_MAXPATH     260
> I may be wrong, but AFAIK FAT only supports a length of 255 chars for
> filenames, including the path. So this should be set to 255 instead of 260.
> Or did I miss something?

Hi,

Well, this number is only used in grub_strncasecmp, it doesn't need to
be precise, just to make sure it's long enough. 255 is fine as well.

-- 
Bean




reply via email to

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