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