Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: use %zu instead of %lu when print size_t of count
Some architectures don't use unsigned long therefore it is better to use the specialized %z indicator when printing size_t.
- Loading branch information