Newsgroups: comp.archives Path: utzoo!utgpu!news-server.csri.toronto.edu!math.lsa.umich.edu!math.lsa.umich.edu!emv From: ssdken@watson.Claremont.EDU (Ken Nelson) Subject: [xpert] Minor Patch to Xpeg Message-ID: <1990Aug25.032325.27614@math.lsa.umich.edu> Followup-To: comp.windows.x Sender: emv@math.lsa.umich.edu (Edward Vielmetti) Reply-To: ssdken@watson.Claremont.EDU (Ken Nelson) Organization: University of Michigan, Department of Mathematics Date: Sat, 25 Aug 90 03:23:25 GMT Approved: emv@math.lsa.umich.edu (Edward Vielmetti) X-Original-Newsgroups: comp.windows.x Lines: 44 Archive-name: xpeg-fix/24-Aug-90 Original-posting-by: ssdken@watson.Claremont.EDU (Ken Nelson) Original-subject: Minor Patch to Xpeg Archive-site: expo.lcs.mit.edu [18.30.0.212] Archive-directory: /contrib Reposted-by: emv@math.lsa.umich.edu (Edward Vielmetti) 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