Fix gcc warnings (assignment makes integer from pointer without a cast).

This commit is contained in:
Ken Hughes
2007-03-24 05:10:03 +00:00
parent 9c32c74699
commit f4c816869c

View File

@@ -1348,7 +1348,7 @@ static void draw_selected_name(Object *ob)
KeyBlock *kb = NULL;
char shapes[75];
shapes[0] = NULL;
shapes[0] = 0;
key = ob_get_key(ob);
if(key){
kb = BLI_findlink(&key->block, ob->shapenr-1);