2005-04-28 Joel Sherrill <joel@OARcorp.com>

* score/src/objectidtoname.c: Fixed spacing.
This commit is contained in:
Joel Sherrill
2005-04-28 17:39:34 +00:00
parent 17228d13fa
commit 5670775cec
2 changed files with 6 additions and 2 deletions

View File

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

View File

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