On Fri, 22 Oct 1999 Dave Orzechowski wrote: >The problem is that it is trying to get a pointer to a >data value but the data value is NULL, and the code >instead of returning NULL, tries to read >0x0000....Segment fault! I just haven't figured out >what to do yet. Remove the line. The variable args is used _nowhere_. Bernd