Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): avoid -Wstringop-truncation
Fix -Wstringop-truncation in config.c by expanding the length by one to allow strncpy to null terminate the string.
- Loading branch information