13a buf + strlen

From: Joe DiLascio (OmnousMan@AOL.COM)
Date: 06/22/98


Been hand patching 12-13a (an exercise in diligence) and noticed that a few
statements of the type

sprintf(buf, "%s ...", buf...);

have been replaced with

sprintf(buf + strlen(buf), "...", ...);

... some, but not all. I was just wondering if the missed statements (mostly
in the act.xxx.c files -- or at least that's as far as I've gotten :p) were
intentionally overlooked or merely an oversight.


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