On Sat, Oct 04, 2008, Jeff Johnson wrote: > [...] > - if (ps == NULL || num > ps->numProblems) > + if (ps == NULL); > + return(NULL); > [...] Ops! One semicolon too much. The function would always return NULL. Ralf S. Engelschall rse@engelschall.com www.engelschall.comReceived on Mon Oct 6 21:44:06 2008