On Sun, 1 Feb 1998, John Evans wrote: >In structs.h: >#define MAX_STRING_LENGTH 8192 [...] >I changed that line to read: >#define MAX_STRING_LENGTH 16384 > >I recompiled and have played around with strings of all sizes, and nothing >adverse seems to be occuring. > >Any words of warning or praise? :) That's what the #define is for. Just be careful that you don't have some hard-coded buffers like one in the improved editor (or at least I think so, from memory) which is at 5000. Also want to be sure you don't have '8192' stuck in somewhere to save yourself keystrokes. :) -- George Greer - Me@Null.net | Genius may have its limitations, but stupidity http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard +------------------------------------------------------------+ | 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/15/00 PST