On Fri, 2006-08-11 at 13:21 -0400, Ross Mohn wrote:
> + tsel[a.i] = tsel[a.i] ? False : True;
Duh --> tsel[a.i] = !tsel[a.i];
Received on Fri Aug 11 2006 - 20:34:27 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:30:06 UTC