Fewer lines of code and more maintainable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
LGTM
contrib/elftoolchain/readelf/readelf.c | ||
---|---|---|
2741 ↗ | (On Diff #53509) | Would this make more sense to the user as something like: printf(" unknown(0x%jx)", (uintmax_t)val); |
contrib/elftoolchain/readelf/readelf.c | ||
---|---|---|
2741 ↗ | (On Diff #53509) | Not a bad idea, I will keep it in mind for a followup |