Re: Shutdown and Oasis Improvement.

From: John Evans (evansj@HI-LINE.NET)
Date: 09/28/97


On Sun, 28 Sep 1997, John Evans wrote:

>     log("(GC) Shutdown by %s.", GET_NAME(ch));

It has been brought to my attention that the log() comands in my new
do_shutdown is causing errors on compile. This is because I am using
George's new log() function, not the stock one. I overlooked that when I
posted the code.

To fix the problems, you either need his new log function, or replace all
the log() commands with a sprintf() and then a log(). Like so:

sprintf(buf, "(GC) Shutdown by %s.", GET_NAME(ch));
log(buf);

Sorry about the oversight, and thanks to Stephen Arnold for spotting this.


John Evans <evansj@hi-line.net>

May the source be with you.


     +------------------------------------------------------------+
     | 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