Details
Details
- Reviewers
trasz - Group Reviewers
Linux Emulation - Commits
- rS283419: Fix compilation with -DDEBUG option.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Hm, %zd seems to be intended for size_t. Perhaps you could just turn it into '%ju" and cast to uintmax_t instead?