On Tue, 28 Jan 1997, OmegaMud wrote: > char *s,*s1, *s2, *t, *temps = " "; > strcpy (temps, argument); No, no, this calls back the discussion of pointers. As you have it, temps is a pointer. Change 'temps' to 'char temps[256];' -- Daniel Koepke dkoepke@california.com Forgive me father, for I am sin. +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST