Re: score cmd not working right

From: NeoStar (neostar@inorbit.com)
Date: 09/07/01


  sprintf(buf, "*                *\r\n");

At all occurances of this, use
sprintf(buf + strlen(buf), " blahblah\r\n");

but a personal choice of mine is:
strcopy(buf, "blah blah \r\n");
because it does the work for you. But I suppose sprintf is a little easier
to manipulate.


-Neostar (WooHoo I finally contributed to the list!!)

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