Re: buf, buf1, buf2, arg: J J & E

From: Ron Cole (rcole@ezy.net)
Date: 07/21/01


>-      sprintf(buf, "You say, '%s'\r\n", argument);
>-      send_to_char(buf, ch);
>+      send_to_char(ch, "You say, '%s'\r\n", argument);

Wouldn't it be a bit more intuitive and compatable with patches/addins to do:

+      send_to_charf(ch, "You say, '%s'\r\n", argument);

And leave the old send_to_char in there, even if just a macro?

Ron

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