[xorg-commit-diffs] xc/lib/font/bitmap pcfread.c, 1.1.4.2.6.1, 1.1.4.2.6.1.6.1

Roland Mainz xorg-commit at pdx.freedesktop.org
Tue Apr 20 16:42:42 EST 2004


Committed by: gisburn

Update of /cvs/xorg/xc/lib/font/bitmap
In directory pdx:/tmp/cvs-serv27832/lib/font/bitmap

Modified Files:
      Tag: XPRINT
	pcfread.c 
Log Message:
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=464 - [Xorg/XPRINT] Xprt crashes when using PMF fonts

Index: pcfread.c
===================================================================
RCS file: /cvs/xorg/xc/lib/font/bitmap/pcfread.c,v
retrieving revision 1.1.4.2.6.1
retrieving revision 1.1.4.2.6.1.6.1
diff -u -d -r1.1.4.2.6.1 -r1.1.4.2.6.1.6.1
--- a/pcfread.c	4 Mar 2004 17:47:10 -0000	1.1.4.2.6.1
+++ b/pcfread.c	20 Apr 2004 06:42:39 -0000	1.1.4.2.6.1.6.1
@@ -908,7 +908,6 @@
 	if (IS_EOF(file)) goto Bail;
 	if (encodingOffset == 0xFFFF) {
 	    pFont->info.allExist = FALSE;
-	    encoding[i] = 0;
 	} else {
             if(!encoding[SEGMENT_MAJOR(i)]) {
                 encoding[SEGMENT_MAJOR(i)]=




More information about the xorg-commit-diffs mailing list