Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!sri-spam!ames!ucbcad!ucbvax!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU.UUCP Newsgroups: comp.windows.x Subject: Re: V10R4 bug in libqvss Message-ID: <8702070042.AA01036@ORPHEUS> Date: Fri, 6-Feb-87 19:42:23 EST Article-I.D.: ORPHEUS.8702070042.AA01036 Posted: Fri Feb 6 19:42:23 1987 Date-Received: Sun, 8-Feb-87 04:43:02 EST References: <8702061811.AA22513@opal.Berkeley.Edu> Sender: serge@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 13 Ed, I believe you're offsetting once too often. The fix we've tested here is just: % diff ddxfont.{old,c} 150c150 < fpriv->widths[i - fd->first] = width; --- > fpriv->widths[i] = width; Not sure why param.h was left out of the distribution, but I'll check into it. -Ralph