bug-coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] ls: fix capability coloring


From: Pádraig Brady
Subject: Re: [PATCH] ls: fix capability coloring
Date: Sun, 08 Nov 2009 04:14:13 +0000
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

Pádraig Brady wrote:
> Attached.
> 
> cheers,
> Pádraig.
> 

Oops for speed, this:

      if (print_with_color && is_colored (C_CAP))
        f->has_capability = has_capability (absolute_name);

should be:

      if (type == normal && print_with_color && is_colored (C_CAP))
        f->has_capability = has_capability (absolute_name);

cheers,
Pádraig.




reply via email to

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