Found another wierd bug in the shop editor for latest version of oasis. First create one shop, save it. Then create another one, save it and KABOOM. Always crashes. Anybody found out why? About my last mail that the editor crashes if players spams huge enough buffers to it here is a quick fix: replace this line } else if (strlen(*d->str) <= (d->max_str - 3)) /* 3 = \r\n\0 */ with } else if (strlen(*d->str) <= (d->max_str - 4)) /* 3 = \r\n\0 */ at the end of string_add Regards ROnny +------------------------------------------------------------+ | 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