[xorg-commit-diffs] xc/programs/Xserver/GL/glx single2.c, 1.1.6.1, 1.1.6.2

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Tue Mar 30 13:31:18 PST 2004


Committed by: ago

Update of /cvs/xorg/xc/programs/Xserver/GL/glx
In directory pdx:/home/ago/xc/programs/Xserver/GL/glx

Modified Files:
      Tag: CYGWIN
	single2.c 
Log Message:
Merge with XORG-RELEASE-1 (68)

Index: single2.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/GL/glx/single2.c,v
retrieving revision 1.1.6.1
retrieving revision 1.1.6.2
diff -u -d -r1.1.6.1 -r1.1.6.2
--- a/single2.c	17 Mar 2004 20:29:53 -0000	1.1.6.1
+++ b/single2.c	30 Mar 2004 21:31:03 -0000	1.1.6.2
@@ -344,7 +344,7 @@
 	if ( atof( string ) > atof( GLServerVersion ) ) {
 	    buf = __glXMalloc( __glXStrlen( string ) 
 			       + __glXStrlen( GLServerVersion )
-			       + 3 );
+			       + 4 );
 	    if ( buf == NULL ) {
 		string = GLServerVersion;
 	    }




More information about the xorg-commit-diffs mailing list