Carlos Torres wrote:
> good thing your text mentioned tabbed, though i think subjects and file
> patches are nicer.
Heyho,
I just forgot to change the subject in git send-email. Again. :/
--Markus
Hey Markus,
On 6/21/14, Markus Teich wrote:
> tabbed.c | 3 ---
> 1 file changed, 3 deletions(-)
>
...
> diff --git a/tabbed.c b/tabbed.c
> index ba22f9a..cbdaa1f 100644
> --- a/tabbed.c
> +++ b/tabbed.c
good thing your text mentioned tabbed, though i think subjects and
file patches are nicer
If (nclients == 0), then also (c < 0 || c >= nclients), so the two lines cannot
be reached.
---
Heyho,
from the three lines of context in the diff it may not be clear. There is an
if(c < 0 || c >= nclients) {
drawbar();
XSync(dpy, False);
return;
}
in front of it.
--Ma