[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14667] trunk/blender/source/blender/src/ drawimage.c: own error assigning a value out of array bounds thanks Cyril Brulebois for pointing this out .

Campbell Barton ideasman42 at gmail.com
Sat May 3 11:35:21 CEST 2008


Revision: 14667
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14667
Author:   campbellbarton
Date:     2008-05-03 11:35:20 +0200 (Sat, 03 May 2008)

Log Message:
-----------
own error assigning a value out of array bounds thanks Cyril Brulebois for pointing this out.

Modified Paths:
--------------
    trunk/blender/source/blender/src/drawimage.c

Modified: trunk/blender/source/blender/src/drawimage.c
===================================================================
--- trunk/blender/source/blender/src/drawimage.c	2008-05-03 02:50:07 UTC (rev 14666)
+++ trunk/blender/source/blender/src/drawimage.c	2008-05-03 09:35:20 UTC (rev 14667)
@@ -533,7 +533,7 @@
 		
 	
 	if (G.sima->flag & SI_DRAW_STRETCH) {
-		float col[3];
+		float col[4];
 		float aspx, aspy;
 		float tface_uv[4][2];
 		





More information about the Bf-blender-cvs mailing list