On Fri, Jul 25, 2008 at 3:49 PM, Markus Halm <[EMAIL PROTECTED]> 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 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel