On Wed, 18 Mar 1998, Joachim Pileborg wrote: >In do_toggle (act.informative.c), there is no "\r\n" after the >last variable to output. It is easy to fix, but since it haven't >been done yet, maybe there is a reason for leaving out that >newline? :) It's left out to allow for two more items on the line but we'll assume people can figure that out themselves since it looks ugly as is. diff -uprN -X .exclude stk/act.informative.c toggle/act.informative.c --- stk/act.informative.c Wed Oct 29 00:16:21 1997 +++ toggle/act.informative.c Wed Mar 18 21:19:06 1998 @@ -1532,7 +1532,7 @@ ACMD(do_toggle) "Auction Channel: %-3s " " Grats Channel: %-3s\r\n" - " Color Level: %s", + " Color Level: %s\r\n", ONOFF(PRF_FLAGGED(ch, PRF_DISPHP)), ONOFF(PRF_FLAGGED(ch, PRF_BRIEF)), -- 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