Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D18935
Change Details
Change Details
Old
New
Diff
Passing in `%ju` for `size_t` types only works on 64-bit arches today. Cast the values to `uintmax_t` to squelch the errors. MFC after: 1 month MFC with: r343362, r343365 Pointyhat to: ngie
Passing in `%ju` for `size_t` types only works on 64-bit arches today. I should have used `%zu` instead of `%ju`. MFC after: 1 month MFC with: r343362, r343365 Pointyhat to: ngie
Passing in `%ju` for `size_t` types only works on 64-bit arches today.
Cast
I should
the values to `uintmax_t` to squelch the errors
have used `%zu` instead of `%ju`
. MFC after: 1 month MFC with: r343362, r343365 Pointyhat to: ngie
Continue