rpms/xorg-x11-server/F-9 xserver-1.5.0-f-spot-screws-glx.patch, 1.2, 1.3

Dave Airlie (airlied) fedora-extras-commits at redhat.com
Thu Apr 24 06:53:38 UTC 2008


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-server/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18009

Modified Files:
	xserver-1.5.0-f-spot-screws-glx.patch 
Log Message:
fix the space correctly this time


xserver-1.5.0-f-spot-screws-glx.patch:

Index: xserver-1.5.0-f-spot-screws-glx.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/F-9/xserver-1.5.0-f-spot-screws-glx.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xserver-1.5.0-f-spot-screws-glx.patch	24 Apr 2008 06:50:16 -0000	1.2
+++ xserver-1.5.0-f-spot-screws-glx.patch	24 Apr 2008 06:53:01 -0000	1.3
@@ -49,7 +49,7 @@
 -
      prev = NULL;
 -    for ( curr = glxc->readPriv->readGlxc
--	  ; curr != NULL
+-	  ; curr != NULL 
 -	  ; prev = curr, curr = curr->nextReadPriv ) {
 -	if (curr == glxc) {
 -	    /* found context.  Deassociate. */
@@ -64,7 +64,7 @@
 -	}
 +    if (glxc->readPriv) {
 +        for ( curr = glxc->readPriv->readGlxc
-+	      ; curr != NULL 
++	      ; curr != NULL
 +	      ; prev = curr, curr = curr->nextReadPriv ) {
 +	    if (curr == glxc) {
 +	        /* found context.  Deassociate. */




More information about the scm-commits mailing list