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)
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)
Sun, Oct 5, 6:07 AM
Unknown Object (File)
Sep 27 2025, 8:07 PM
Unknown Object (File)
Sep 21 2025, 1:43 AM
Subscribers

Details

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage

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.