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)
Jan 18 2024, 1:12 PM
Unknown Object (File)
Jan 5 2024, 5:36 PM
Unknown Object (File)
Dec 20 2023, 1:38 AM
Unknown Object (File)
Sep 13 2023, 5:15 PM
Unknown Object (File)
Sep 11 2023, 7:06 AM
Unknown Object (File)
Aug 24 2023, 10:46 AM
Unknown Object (File)
Aug 17 2023, 9:12 PM
Unknown Object (File)
Jun 20 2023, 1:06 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.