bug fixes and test2

This commit is contained in:
elvis
2022-04-23 17:43:38 +02:00
parent 11a5dae9e9
commit 4fe23200bc
37 changed files with 66 additions and 11 deletions

View File

@ -22,7 +22,7 @@
ini_free(config); \
return 1; \
} \
var = calloc(strlen(var)+1, sizeof(char)); \
var = calloc(strlen(buff)+1, sizeof(char)); \
strncpy(var, buff, strlen(buff)+1);