grub-devel
[Top][All Lists]
Advanced

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

Re: Bugfix: directories: not reported as such on case-insensitive fs


From: Robert Millan
Subject: Re: Bugfix: directories: not reported as such on case-insensitive fs
Date: Fri, 13 Mar 2009 20:32:41 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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?

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."




reply via email to

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