[hackers] Re: [dwm][PATCH] applyrules: fix potential false positive match

From: NRK <nrk_AT_disroot.org>
Date: Sat, 29 Oct 2022 18:43:12 +0600

On Sat, Oct 29, 2022 at 04:59:29PM +0600, NRK wrote:
> - class = ch.res_class ? ch.res_class : broken;
> - instance = ch.res_name ? ch.res_name : broken;
> + class = ch.res_class ? ch.res_class : "";
> + instance = ch.res_name ? ch.res_name : "";

After some discussion on IRC and going through `git blame` (see commit
8dc9fcf) it seems like this behavior is intended (though questionable).

In any case, feel free to ignore this.

- NRK
Received on Sat Oct 29 2022 - 14:43:12 CEST

This archive was generated by hypermail 2.3.0 : Sat Oct 29 2022 - 14:48:36 CEST