forked from modelica/Encryption-and-Licensing
-
Notifications
You must be signed in to change notification settings - Fork 1
Incorrect function header for mlle_tool_libpath #10
Copy link
Copy link
Open
Description
In the source code src/tool/mlle_licesning.c, the parameter decription from mlle_tool_version is accidently copied:
/**********************************************************
* Send command LIB from Tool to LVE and expecting the
* LVE's version in return.
*
* Parameters:
* connections - communication information.
* min_protocol_version - minimum version number.
* max_protocol_version - maximum version number.
* error - structure for reporting errors.
*
* Returns:
* 1 - Operation was successful.
* 0 - Operation failed.
*********************************************************/
int mlle_tool_libpath(const struct mlle_connections *connections,
const char *absolute_path,
struct mlle_error **error)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels