Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix transposed arguments to calloc()
calloc() wants the number of members followed by the size of each member. obviously the product is the same either way, but there could be alignment problems if the arguments are transposed, as they were here.
- Loading branch information