Re: [dwm] please test hg tip and lemme know any issues

From: Peter Hartlich <sgkkr_AT_hartlich.com>
Date: Tue, 18 Sep 2007 23:42:55 +0200

Hi,

I might have added that I've been using the togglemax patch for several
months now without any issues.

That aside, there's some code of the form

| if(!p && !q)
| x
| else
| y

rewritable as

| if(p || q)
| y
| else
| x

and two occurences of "if (" as opposed to "if(" (one of which from my patch,
sorry). Attached is a trivial patch in case you want to bother.

Regards,
Peter

Received on Tue Sep 18 2007 - 23:43:21 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:53:41 UTC