[comp.windows.x] Minor Patch to Xpeg

ssdken@watson.Claremont.EDU (Ken Nelson) (08/25/90)

   The first version of Xpeg came close. Here is a minor patch to the file
   "xui.c" that should make it run on more systems.

xui.c
446c446
<   XtVaGetValues(groupEditor,"string",&group, NULL);
---
>   XtVaGetValues(groupEditor,"string",&group);
478,479c478,479
<    XtVaGetValues(nameEditor,"string",&name, NULL);
<    XtVaGetValues(locEditor,"string",&location, NULL);
---
>    XtVaGetValues(nameEditor,"string",&name);
>    XtVaGetValues(locEditor,"string",&location);


   I have corrected the problem and placed an updated version  on 
   expo.lcs.mit.edu  (18.30.0.212)  in the
   file contrib/xpeg.tar.Z.  

   If you have a version older than this :

  -rw-rw-rw-  1 ftp         38297 Aug 24 19:22 xpeg.tar.Z

   Apply the above patch or grab it again from expo.



				Very sorry.

				
				Ken Nelson
				Principal Engineer
				Software Systems Design
				3627 Padua Av.
				Claremont, CA 91711