On Mon, 27 Apr 1998, Quinn ShadowStalker wrote: > sprintf(buf, "%s#%s ", buf, dirs[door]); The Borland C++ compiler doesn't like this, try: sprintf(buf + strlen(buf), "#%s ", dirs[door]); -- George Greer - Me@Null.net | Genius may have its limitations, but stupidity http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard +------------------------------------------------------------+ | 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