[xorg-commit-diffs] xc/programs/Xserver/render render.c, 1.1.4.3.2.2, 1.1.4.3.2.2.6.1

Roland Mainz xorg-commit at pdx.freedesktop.org
Sat Apr 10 02:05:49 PDT 2004


Committed by: gisburn

Update of /cvs/xorg/xc/programs/Xserver/render
In directory pdx:/tmp/cvs-serv7662/xc/programs/Xserver/render

Modified Files:
      Tag: XPRINT
	render.c 
Log Message:
Resync to 2004-04-10 XORG-RELEASE-1 branch

Index: render.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/render/render.c,v
retrieving revision 1.1.4.3.2.2
retrieving revision 1.1.4.3.2.2.6.1
diff -u -d -r1.1.4.3.2.2 -r1.1.4.3.2.2.6.1
--- a/render.c	4 Mar 2004 17:48:45 -0000	1.1.4.3.2.2
+++ b/render.c	10 Apr 2004 09:05:45 -0000	1.1.4.3.2.2.6.1
@@ -1123,8 +1123,10 @@
 	goto bail;
     }
     glyphs = glyphsBase;
-    while (nglyphs--)
+    while (nglyphs--) {
 	AddGlyph (glyphSet, glyphs->glyph, glyphs->id);
+	glyphs++;
+    }
 
     if (glyphsBase != glyphsLocal)
 	DEALLOCATE_LOCAL (glyphsBase);




More information about the xorg-commit-diffs mailing list