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:
authorTon Roosendaal <ton@blender.org>2006-12-20 21:29:23 +0300
committerTon Roosendaal <ton@blender.org>2006-12-20 21:29:23 +0300
commit5ffa4dd55a9a3fee495e60b61880dcb5fff9c8ec (patch)
tree5fc7cf79b08a5f5508acf42aa155c82e29cbad1d /source/blender/src/editconstraint.c
parent674289096b435b215e978efe8c23d4eaa236efd1 (diff)
Warning fixes for previous Image commit, also fixed verse_image.c
Diffstat (limited to 'source/blender/src/editconstraint.c')
-rw-r--r--source/blender/src/editconstraint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editconstraint.c b/source/blender/src/editconstraint.c
index ba0b43c16a8..bb921906d55 100644
--- a/source/blender/src/editconstraint.c
+++ b/source/blender/src/editconstraint.c
@@ -831,7 +831,7 @@ void rename_constraint(Object *ob, bConstraint *con, char *oldname)
bConstraintChannel *conchan;
ListBase *conlist= NULL;
int from_object= 0;
- char *channame;
+ char *channame="";
/* get context by searching for con (primitive...) */
for(tcon= ob->constraints.first; tcon; tcon= tcon->next)