👇 Click on the image for a new way to code review
- Make big changes easier — review code in small groups of related files
- Know where to start — see the whole change at a glance
- Take a code tour — explore the change with an interactive tour
- Make comments and review — all fully sync’ed with github
[Try it now!](https://app.codesee.io/r/reviews?pr=87&src=https%3A%2F%2Fgithub.com%2Fjmakhack%2Fmyanimelist-cli)
Associated Issue
Closes N/A
Implemented Solution
Fixing the
strlcpy
andstrlcat
commands to use destination buffer size for the third argument as specified in their documentation reference.