[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37131] branches/soc-2011-onion/source/ blender/windowmanager/intern/wm_draw.c: warning fix

Ryakiotakis Antonis kalast at gmail.com
Fri Jun 3 17:15:14 CEST 2011


Revision: 37131
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37131
Author:   psy-fi
Date:     2011-06-03 15:15:14 +0000 (Fri, 03 Jun 2011)
Log Message:
-----------
warning fix

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/windowmanager/intern/wm_draw.c

Modified: branches/soc-2011-onion/source/blender/windowmanager/intern/wm_draw.c
===================================================================
--- branches/soc-2011-onion/source/blender/windowmanager/intern/wm_draw.c	2011-06-03 15:06:47 UTC (rev 37130)
+++ branches/soc-2011-onion/source/blender/windowmanager/intern/wm_draw.c	2011-06-03 15:15:14 UTC (rev 37131)
@@ -600,7 +600,7 @@
 {
 	int success;
 	GLsizei len;
-	GLbyte infoLog[1000];
+	GLcharARB infoLog[1000];
 	int major, minor;
 
 	/* This vertex program just passes the texture coordinate through and transforms the vertex position */




More information about the Bf-blender-cvs mailing list