Returned third parameter for a NULL name to the objects open call.

This commit is contained in:
Jennifer Averett
1999-11-15 21:37:56 +00:00
parent 2578970553
commit 40aac293b7
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ typedef Objects_Control ITRON_Objects_Control;
*/
#define _ITRON_Objects_Open( _the_information, _the_object ) \
_Objects_Open( (_the_information), (_the_object) )
_Objects_Open( (_the_information), (_the_object), NULL )
/*
* _ITRON_Objects_Close

View File

@@ -34,7 +34,7 @@ typedef Objects_Control ITRON_Objects_Control;
*/
#define _ITRON_Objects_Open( _the_information, _the_object ) \
_Objects_Open( (_the_information), (_the_object) )
_Objects_Open( (_the_information), (_the_object), NULL )
/*
* _ITRON_Objects_Close