[xorg-commit-diffs] xc/lib/font/bitmap pcfread.c,1.1.4.3,1.1.4.4

Roland Mainz xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:19 EST 2004


Committed by: gisburn

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

Modified Files:
      Tag: XORG-CURRENT
	pcfread.c 
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT

Index: pcfread.c
===================================================================
RCS file: /cvs/xorg/xc/lib/font/bitmap/pcfread.c,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -u -d -r1.1.4.3 -r1.1.4.4
--- a/pcfread.c	5 Mar 2004 13:39:37 -0000	1.1.4.3
+++ b/pcfread.c	21 Apr 2004 10:03:17 -0000	1.1.4.4
@@ -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