Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bionet!agate!ucbvax!LUCID.COM!lnz From: lnz@LUCID.COM (Leonard N. Zubkoff) Newsgroups: comp.sys.apollo Subject: Re: malloc and gpr_$text problem Message-ID: <8902121825.AA02734@atlantis> Date: 12 Feb 89 18:25:19 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 5 Have you remembered to deal with the fact that GPR_$Text requires its string argument to be passed by reference? If you have a char *Foo variable rather than an array, you must call GPR_$Text as: gpr_$text(*Foo,...).