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?
Thanks -RPM
Received on Thu Aug 10 2006 - 19:28:46 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:30:04 UTC