Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a warning treated as an error for GCC 13 (#138)
- For building Dive with GCC 13 in Release mode, a warning in `snprintf` treated as an error is produced. - Adding an extra byte for null terminator in `snprintf` fixes the warning.
- Loading branch information