Re: [hackers] [tabbed][PATCH] Fix crashes when nclients == 0 in movetab() and focusurgent()
Hi Caleb,
good catch and thanks for the patch!
> + if (nclients == 0)
> + return;
> +
I'd prefer to check against sel rather than nclients, as it's already
done throughout the rest of the code.
I'll apply your patch with those changes if that's ok with you.
Received on Mon May 08 2017 - 05:28:45 CEST
This archive was generated by hypermail 2.3.0
: Mon May 08 2017 - 05:36:17 CEST