Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change ssize_t in debug assertion to ptrdiff_t
`ssize_t` is only officially defined on POSIX, and apparently this results in compiler errors with Visual Studio 2022: mixxxdj#11120 (comment) `ptrdiff_t` is the closest type defined by the standard.
- Loading branch information