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:31:46 +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)

Please don't remove those spaces, they're intentional (see
http://www.gnu.org/prep/standards/html_node/Formatting.html#Formatting)

> +     * include/grub/fshelp.h: included definition of GRUB_FSHELP_TYPE_MASK 
> +     and GRUB_FSHELP_FLAGS_MASK

This should be something like:

        * file (macro1, macro2): Define.

or similar.

-- 
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]