On Thu, 2006-08-10 at 13:28 -0400, Ross Mohn wrote:
> At the beginning of the zoom() function, you return if sel is NULL. But
> then later on you check to see if clients is NULL:
>
> if(clients)
> clients->prev = sel;
>
> How would it be possible for clients to be NULL if sel has a value?
Follow up question: Would you be willing to pull the pop code out of
zoom() and make it its own function? I think this would be useful for
customizations.
-RPM
Received on Thu Aug 10 2006 - 22:13:21 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:30:04 UTC