> ACMD(do_foo) { > const char *usage = "Usage: foo [parm] [parm]\r\n"; > ch_print(ch, usage); /* not a printf!! */ just do "send_to_char(ch, usage);". There isn't a '%s' in there. Ae. -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/06/01 PST