Page MenuHomeFreeBSD

Fix compilation with -DDEBUG option.
ClosedPublic

Authored by dchagin on Nov 1 2014, 2:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 5, 12:55 AM
Unknown Object (File)
Sat, Nov 1, 3:39 AM
Unknown Object (File)
Sat, Oct 25, 3:37 PM
Unknown Object (File)
Fri, Oct 24, 6:22 AM
Unknown Object (File)
Wed, Oct 22, 5:36 PM
Unknown Object (File)
Sat, Oct 18, 1:09 PM
Unknown Object (File)
Oct 5 2025, 6:07 AM
Unknown Object (File)
Sep 27 2025, 8:07 PM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dchagin retitled this revision from to Fix compilation with -DDEBUG option..

Hm, %zd seems to be intended for size_t. Perhaps you could just turn it into '%ju" and cast to uintmax_t instead?

trasz added a reviewer: trasz.
This revision is now accepted and ready to land.Mar 21 2015, 5:14 PM
This revision was automatically updated to reflect the committed changes.