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>
|
||||
|
||||
* score/src/objectidtoname.c: Add enable dispatch
|
||||
|
||||
@@ -62,8 +62,8 @@ Objects_Name_or_id_lookup_errors _Objects_Id_to_name (
|
||||
if ( information->is_string )
|
||||
return OBJECTS_INVALID_ID;
|
||||
|
||||
the_object = _Objects_Get( information, id, &ignored_location );
|
||||
if (!the_object)
|
||||
the_object = _Objects_Get( information, id, &ignored_location );
|
||||
if ( !the_object )
|
||||
return OBJECTS_INVALID_ID;
|
||||
|
||||
*name = the_object->name;
|
||||
|
||||
Reference in New Issue
Block a user