G'day
Got a small Obuild problem here. When my imm types zlist room, the
joint crashes. The problem is the page_string call. The buffer must be
tooooo big test = strlen(buf) returns 8888 for the buffer size ;) . Is
there any way to fix this? I don't want to start touching anything i
shouldn't be ...
Oh. Please don't say, comment out page_string, because that won't work
either - it crashes later on due to the buffer still being too big.
Which buffer is _buf_
#define SMALL_BUFSIZE 1024
#define LARGE_BUFSIZE (12 * 1024)
#define MAX_STRING_LENGTH 8192
or something else ??
Thanks..
Jussy
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST