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 */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to