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
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:53:41 UTC