Closed monoxane closed 5 years ago
This is solved by initializing the ptime pointer in sap.c, ie. modifying line 38 from
char *ptime;
to
char *ptime = NULL;
This works
This is solved by initializing the ptime pointer in sap.c, ie. modifying line 38 from
char *ptime;
to
char *ptime = NULL;
My error is
Using
On Debian 9, have installed the deps listed in readme.md