Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix order of arguments in call to calloc (#132)
GCC 14 reports it as "error: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Werror=calloc-transposed-args]" and compilation fails otherwise.
- Loading branch information