[xorg-commit-diffs] xc/programs/Xserver/GL/glx single2.c,
1.1.4.1.2.1, 1.1.4.1.2.1.6.1
Roland Mainz
xorg-commit at pdx.freedesktop.org
Sat Apr 10 02:04:19 PDT 2004
Committed by: gisburn
Update of /cvs/xorg/xc/programs/Xserver/GL/glx
In directory pdx:/tmp/cvs-serv7662/xc/programs/Xserver/GL/glx
Modified Files:
Tag: XPRINT
single2.c
Log Message:
Resync to 2004-04-10 XORG-RELEASE-1 branch
Index: single2.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/GL/glx/single2.c,v
retrieving revision 1.1.4.1.2.1
retrieving revision 1.1.4.1.2.1.6.1
diff -u -d -r1.1.4.1.2.1 -r1.1.4.1.2.1.6.1
--- a/single2.c 4 Mar 2004 17:47:18 -0000 1.1.4.1.2.1
+++ b/single2.c 10 Apr 2004 09:04:12 -0000 1.1.4.1.2.1.6.1
@@ -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