forked from Imagelibrary/rtems
2005-04-28 Joel Sherrill <joel@OARcorp.com>
* score/src/objectidtoname.c: Fixed spacing.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-04-28 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* score/src/objectidtoname.c: Fixed spacing.
|
||||||
|
|
||||||
2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>
|
2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||||
|
|
||||||
* score/src/objectidtoname.c: Add enable dispatch
|
* score/src/objectidtoname.c: Add enable dispatch
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ Objects_Name_or_id_lookup_errors _Objects_Id_to_name (
|
|||||||
return OBJECTS_INVALID_ID;
|
return OBJECTS_INVALID_ID;
|
||||||
|
|
||||||
the_object = _Objects_Get( information, id, &ignored_location );
|
the_object = _Objects_Get( information, id, &ignored_location );
|
||||||
if (!the_object)
|
if ( !the_object )
|
||||||
return OBJECTS_INVALID_ID;
|
return OBJECTS_INVALID_ID;
|
||||||
|
|
||||||
*name = the_object->name;
|
*name = the_object->name;
|
||||||
|
|||||||
Reference in New Issue
Block a user