Bugfix #4627: headerResize() was overflowing a string parameter and

destroying part of the transform matrix.  Also remove a debigging printf.
This commit is contained in:
Ken Hughes
2006-07-08 14:24:57 +00:00
parent 00b55aba24
commit cf266ea2af
2 changed files with 1 additions and 3 deletions

View File

@@ -1514,7 +1514,7 @@ int Resize(TransInfo *t, short mval[2])
float size[3], mat[3][3];
float ratio;
int i;
char str[50];
char str[200];
/* for manipulator, center handle, the scaling can't be done relative to center */
if( (t->flag & T_USES_MANIPULATOR) && t->con.mode==0) {