Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!mips!apple!bbn!bbn.com!rsalz From: rsalz@bbn.com (Rich Salz) Newsgroups: comp.windows.x Subject: Re: [comp.windows.x] Patches to get tec program running with XView Message-ID: <2281@litchi.bbn.com> Date: 5 Mar 90 22:17:49 GMT References: <11226@stag.math.lsa.umich.edu> Organization: BBN Systems and Technologies Corporation Lines: 6 > sprintf (cmsname, "suntec%D", getpid()); Ick. Use this isntead: < sprintf (cmsname, "suntec%ld", (long)getpid()); -- Please send comp.sources.unix-related mail to rsalz@uunet.uu.net. Use a domain-based address or give alternate paths, or you may lose out.