From 4e23e9cab167aa3e29b41911615a7939a0ccc852 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 16 Jun 2013 09:14:24 +0000 Subject: replace strcat with BLI_strcpy_rlen in draw_selected_name(), view3d function. also fix for incorrect flag checking for shape key pin. --- source/blender/makesdna/DNA_armature_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_armature_types.h b/source/blender/makesdna/DNA_armature_types.h index 8fcb079cd4f..4780b2e85de 100644 --- a/source/blender/makesdna/DNA_armature_types.h +++ b/source/blender/makesdna/DNA_armature_types.h @@ -89,7 +89,7 @@ typedef struct bArmature { * - active should be ignored when not visible (hidden layer) */ Bone *act_bone; /* active bone (when not in editmode) */ - void *act_edbone; /* active editbone (in editmode) */ + struct EditBone *act_edbone; /* active editbone (in editmode) */ void *sketch; /* sketch struct for etch-a-ton */ -- cgit v1.2.3