Warning fixes for previous Image commit, also fixed verse_image.c

This commit is contained in:
2006-12-20 18:29:23 +00:00
parent 674289096b
commit 5ffa4dd55a
6 changed files with 57 additions and 75 deletions

View File

@@ -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)