see subject
Index: exec/objdb.c
===================================================================
--- exec/objdb.c (revision 2078)
+++ exec/objdb.c (working copy)
@@ -151,7 +151,7 @@
goto error_destroy;
}
instance->find_child_list = &instance->child_head;
- instance->object_name = "parent";
+ instance->object_name = (char *)"parent";
instance->object_name_len = strlen ("parent");
instance->object_handle = handle;
instance->parent_handle = OBJECT_PARENT_HANDLE;
@@ -748,7 +748,7 @@
object_find_instance->find_child_list = &object_instance->child_head;
object_find_instance->child_head = &object_instance->child_head;
- object_find_instance->object_name = object_name;
+ object_find_instance->object_name = (char *)object_name;
object_find_instance->object_len = object_len;
hdb_handle_put (&object_instance_database, object_handle);
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais