Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit (hopefully) fixes an issue with `strncpy()` that Codacy pointed out. I changed the "n" value from BUFSIZE to a saner 14 characters, the length of the string plus room for the NULL terminator.
- Loading branch information