On Mon, 13 Oct 1997, Matt Hess wrote: -+ sprintf(buf, "../newmap/cartograph %s %d %s ", CARTO_FILE, -+GET_OLC_ZONE(ch), buf); It's very doubtful you want to do this. You see, sprintf(buf....) will start to write to buf before it reaches the end, so you're not getting the desired affect of appending the information you want. Change it to use arg for the argument instead of buf. -- Daniel Anton Koepke -:- dkoepke@california.com -:- [Nether] "Human language is a cracked kettle on which we beat out tunes for bears to dance to when all the while we want to move the stars to pity." -- Flaubert +------------------------------------------------------------+ | 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/08/00 PST