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:
authorKen Hughes <khughes@pacific.edu>2006-07-08 18:24:57 +0400
committerKen Hughes <khughes@pacific.edu>2006-07-08 18:24:57 +0400
commitcf266ea2af46e079f86f44835d64e446d1bdbecd (patch)
tree17ea677558623038babecee9a5763d0149cc8050 /source/blender/src/transform_numinput.c
parent00b55aba24908bb4f22a263069a6659bd3556cf5 (diff)
Bugfix #4627: headerResize() was overflowing a string parameter and
destroying part of the transform matrix. Also remove a debigging printf.
Diffstat (limited to 'source/blender/src/transform_numinput.c')
-rwxr-xr-xsource/blender/src/transform_numinput.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/transform_numinput.c b/source/blender/src/transform_numinput.c
index c59fc8d6104..730d25545bd 100755
--- a/source/blender/src/transform_numinput.c
+++ b/source/blender/src/transform_numinput.c
@@ -242,8 +242,6 @@ char handleNumInput(NumInput *n, unsigned short event)
return 0;
}
- printf("value %f cntrl %d\n", n->val[idx], n->ctrl[idx]);
-
/* REDRAW SINCE NUMBERS HAVE CHANGED */
return 1;
}