C-API: changed formatstr conversion to int to handle -1

Misc formatting
This commit is contained in:
Olof hagsand 2025-02-05 11:30:11 +01:00
parent 63f048115e
commit 74958d9114
11 changed files with 116 additions and 102 deletions

View file

@ -74,7 +74,9 @@ static errmsg_t *_errmsg_callback_fn = NULL;
static char *_mount_yang = NULL;
static char *_mount_namespace = NULL;
#ifndef CLIXON_STATIC_PLUGINS
static clixon_plugin_api api;
#endif
/*! Example cli function
*/