|
From: | phcoder |
Subject: | Re: Bugfix: directories: not reported as such on case-insensitive fs |
Date: | Fri, 13 Mar 2009 21:42:50 +0100 |
User-agent: | Thunderbird 2.0.0.19 (X11/20090105) |
Robert Millan wrote:
On Mon, Feb 09, 2009 at 05:16:52PM +0100, phcoder wrote:- if (filetype == GRUB_FSHELP_DIR) + if ((filetype & GRUB_FSHELP_TYPE_MASK) == GRUB_FSHELP_DIR)Uhm actually I don't understand why you need a mask for this. filetype is an enum, which we define ourselves. What's the root of the problem?
The usage of #define GRUB_FSHELP_CASE_INSENSITIVE 0x100 as a flag on filetype -- Regards Vladimir 'phcoder' Serbinenko
[Prev in Thread] | Current Thread | [Next in Thread] |