Try this: > sprintf(buf2," [%d]\n\r", num); > strcat(buf, buf2); > } > Replace the above with: sprintf (buf, "[%d] %s\n\r", num, buf); } Rohan Wallace SE Net System Programmer 222 Grote Street SE Network Access Adelaide SA 5000 +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT