[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Ignore case when opening files in FAT
From: |
Markus Halm |
Subject: |
Re: [PATCH] Ignore case when opening files in FAT |
Date: |
Fri, 25 Jul 2008 09:49:04 +0200 |
User-agent: |
RoundCube Webmail/0.1b |
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?
---
Markus