How do I get rid of !!!!OVERFLOW!!!!'s

From: Carlton Colter (carlton@COLTER.COM)
Date: 05/26/03


In the perform rlist... mlist etc... there is...

      if (strlen(pagebuf)>MAX_STRING_LENGTH-100) {
        strcat(pagebuf, "\r\n!!!!OVERFLOW!!!!\r\n");
        page_string(ch->desc, pagebuf, TRUE);
        return;
      }

I understand that it is needed, but, how can I avoid getting an overflow
in those procedures when I am trying to rlist 200 rooms in a zone?

-S.D. aka Carlton Colter

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/26/03 PDT