Re: [Code] Fight.c error

From: Chuck Reed (creed@I-55.COM)
Date: 05/07/98


>fight.c:789: unterminated character constant

Go thro everything you added to it and make sure that all your " marks have
ending " marks.  IE,

send_to_char("You are dead.\r\n, ch);

Would produce such an error.  When you find it, just close your " marks
like so:

send_to_char("You are alive!\r\n", ch);
                                    ^^

Chuck


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