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 6, 7:35 PM
Unknown Object (File)
Sep 27 2024, 1:27 AM
Unknown Object (File)
Sep 25 2024, 6:15 PM
Unknown Object (File)
Sep 24 2024, 9:40 PM
Unknown Object (File)
Sep 24 2024, 3:29 PM
Unknown Object (File)
Sep 23 2024, 3:41 PM
Unknown Object (File)
Sep 23 2024, 9:50 AM
Unknown Object (File)
Sep 23 2024, 3:30 AM
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.