- Complete API function header documentation,
- ND_Value_Alloc() argument normalisation: API Break!
This commit is contained in:
@@ -928,7 +928,7 @@ void Command_Exec( NDT_Root **DS_Ptr_Ptr, FILE *File_Output, int Choice, cha
|
||||
|
||||
while( i < j)
|
||||
{
|
||||
if( ND_Value_Alloc( *DS_Ptr_Ptr, (void **)&Module_Ptr, "x", i) == NDS_OK)
|
||||
if( ND_Value_Alloc( (void **)&Module_Ptr, *DS_Ptr_Ptr, "x", i) == NDS_OK)
|
||||
{
|
||||
ND_DataStruct_Value_Add( *DS_Ptr_Ptr, Module_Ptr);
|
||||
}
|
||||
@@ -948,7 +948,7 @@ void Command_Exec( NDT_Root **DS_Ptr_Ptr, FILE *File_Output, int Choice, cha
|
||||
|
||||
while( i > j)
|
||||
{
|
||||
if( ND_Value_Alloc( *DS_Ptr_Ptr, (void **)&Module_Ptr, "x", i) == NDS_OK)
|
||||
if( ND_Value_Alloc( (void **)&Module_Ptr, *DS_Ptr_Ptr, "x", i) == NDS_OK)
|
||||
{
|
||||
ND_DataStruct_Value_Add( *DS_Ptr_Ptr, Module_Ptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user