Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2004-01-03 09:52:16 +0300
committerDaniel Dunbar <daniel@zuster.org>2004-01-03 09:52:16 +0300
commitcf8b43a2c88faefd97565d997481c0f8db016574 (patch)
tree1fd7ebb9ff239c2a935b3cfbf4bfce248d37d251 /source/blender/src
parent8ae5f17f2d861d5620c00ba3b5d28d1c71353e7b (diff)
- constline was overwriting stack (this patch brought to you by VC7's
nifty runtime stack corruption detection).
Diffstat (limited to 'source/blender/src')
-rw-r--r--source/blender/src/editobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editobject.c b/source/blender/src/editobject.c
index 14221e8f840..9ebd3898e20 100644
--- a/source/blender/src/editobject.c
+++ b/source/blender/src/editobject.c
@@ -4121,7 +4121,7 @@ static void constline(float *center, float *dir, char axis, float axismat[][3])
{
extern void make_axis_color(char *col, char *col2, char axis); // drawview.c
float v1[3], v2[3], v3[3];
- char col[3], col2[2];
+ char col[3], col2[3];
if(G.obedit) mymultmatrix(G.obedit->obmat); // sets opengl viewing