Re: Equipment problem

From: Brian Pape (bpape@ezl.com)
Date: 04/10/96


>   while(ch->carrying) {
>     obj = obj->next;
>     extract_obj(obj);
>   } */
>
> uncomment this code, however, it gives a segmentation fault and gdb doesn't

Look at that code...  try something like:

while (ch->carrying)
  extract_obj(ch->carrying);

Brian Pape
bpape@ezl.com



This archive was generated by hypermail 2b30 : 12/18/00 PST