Index: render/render.c =================================================================== RCS file: /cvs/xserver/xserver/render/render.c,v retrieving revision 1.29 diff -u -p -r1.29 render.c --- render/render.c 11 Mar 2004 01:19:21 -0000 1.29 +++ render/render.c 19 Mar 2004 00:09:25 -0000 @@ -1121,8 +1121,10 @@ ProcRenderAddGlyphs (ClientPtr client) goto bail; } glyphs = glyphsBase; - while (nglyphs--) + while (nglyphs--) { AddGlyph (glyphSet, glyphs->glyph, glyphs->id); + glyphs++; + } if (glyphsBase != glyphsLocal) DEALLOCATE_LOCAL (glyphsBase);