[comp.windows.x] [comp.windows.x] Patches to get tec program running with XView

rsalz@bbn.com (Rich Salz) (03/06/90)

>     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.