[comp.windows.x] Xibm R3 font cache bug fix

dba+@ANDREW.CMU.EDU (David Anderson) (04/21/89)

Someone just sent me a patch for the font cache corruption problem:

The changes are (in apa16Font.c):
Lines 150 and 299 (or so):
        pAB->afbUsed= 0
should be
        pAB->afbUsed= pAB->afbX1;

--david