Re: [Code] BUS Error...

From: Daniel Koepke (dkoepke@california.com)
Date: 01/19/97


On Sun, 19 Jan 1997, Mark S. Reichman wrote:

> /*  sprintf(mesg,"%s%s%s",CCYEL(ch, C_NRM),mesg,CCNRM(ch, C_NRM)); */ 

Change to:
  sprintf(buf, "%s%s%s", CCYEL(ch, C_NRM), mesg, CNRM(ch, C_NRM));

And at the top of the special add:
  char buf[256];


--
Daniel Koepke
dkoepke@california.com
Forgive me father, for I am sin.


+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/18/00 PST