- Switch to GPL & LGPL V3,
- Fix header files.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
/* GNU Lesser General Public License for more details. */
|
||||
/* */
|
||||
/* You should have received a copy of the GNU Lesser General Public */
|
||||
/* License along with Drummer. If not, see */
|
||||
/* License along with LibNode. If not, see */
|
||||
/* <https://www.gnu.org/licenses/>. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
@@ -40,11 +40,11 @@
|
||||
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------------*/
|
||||
/*------------------------------------------------------------------------------*/
|
||||
/* Node Manager Template */
|
||||
/*------------------------------------------------------------------------------*/
|
||||
/*------------------------------------------------------------------------------*/
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Node Manager Template */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
NDT_Status ND_Default_Manager( NDT_Root *Root_Ptr, NDT_Index_Id Index_Id, NDT_Node *Node_Ptr, NDT_Command Command, va_list *Args_Ptr)
|
||||
{
|
||||
@@ -677,7 +677,7 @@ NDT_Status ND_Library_Open_I( int Debug_Mode)
|
||||
ND_Library_StdErr_Set_I( stderr);
|
||||
}
|
||||
|
||||
if( ( lg_status = LG_Library_Open( LGD_LOG_WRITER_DEFAULT, true)) != LGS_OK)
|
||||
if( ( lg_status = LG_Library_Open( LGD_LOG_WRITER_DEFAULT, false)) != LGS_OK)
|
||||
{
|
||||
fprintf( stderr, "Can't open LibLog library: (%d)\n", lg_status);
|
||||
return( -1);
|
||||
@@ -747,6 +747,7 @@ NDT_Status ND_Library_Open_C( int Debug_Mode)
|
||||
NDT_Status ND_Library_Close_I( void)
|
||||
{
|
||||
NDT_Symbol *Symbol, *Next_Symbol;
|
||||
LGT_Status lg_status;
|
||||
|
||||
|
||||
/* Désallocation de la table des symboles locale */
|
||||
@@ -775,6 +776,12 @@ NDT_Status ND_Library_Close_I( void)
|
||||
|
||||
NDG_Base.Open_Status = NDD_FALSE;
|
||||
|
||||
if( ( lg_status = LG_Library_Close( false)) != LGS_OK)
|
||||
{
|
||||
fprintf( stderr, "Can't close LibLog library: (%d)\n", lg_status);
|
||||
return( NDS_KO);
|
||||
}
|
||||
|
||||
return( NDS_OK);
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
/* GNU Lesser General Public License for more details. */
|
||||
/* */
|
||||
/* You should have received a copy of the GNU Lesser General Public */
|
||||
/* License along with Drummer. If not, see */
|
||||
/* License along with LibNode. If not, see */
|
||||
/* <https://www.gnu.org/licenses/>. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user