On Mon, 22 Nov 1999, Emil Nilimaa wrote: > Hmm, yes i know im a newbie :) hehe. > Not sure what/how to check it :P Err, you'd check it by looking, of course. There'll be a line like, char line[256]; That little 256 is the number of chars in the array 'line'. Or, if it's a pointer ("char *line;") you'd look for a call to the CREATE() macro that looks like, CREATE(line, char, 256); but I doubt it's dynamically allocated (that'd be rather pointless). This would all be sitting around in the same function as that little 'while' loop you pasted a ways back in the thread. I hope that helps you help us in helping you...<blink> -dak +------------------------------------------------------------+ | 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