Re: OasisOLC v2.0-pre7 (another bug)

From: Chris Gilbert (chris@buzzbee.freeserve.co.uk)
Date: 05/15/99


Fionn Colvin wrote:
>
> Just found this one, hehe its the 1st time I've left my mud running for
> more than a few minutes. hehe
>
> When my god zone reboots it has the 2 lines:
>
> R 0 1206 3096 -1  (a social bulletin board)
> R 0 1203 3099 -1  (a bulletin board)
>
> that calls extract_obj
> which ends in genobj.c in the function :
>
> void free_object_strings_proto(struct obj_data *obj)
>
> Anyway from here I get a crash bug.
>
> I'll try and work out why and post if I do. :)

Try changing:
  if (obj->ex_description) {
to:
  if (obj->action_description && obj->action_description !=
obj_proto[robj_num].action_description)

Took me a while to click, but that's what it was before it was patched
;)

Chris


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



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