`od -t x8' used the wrong (`l'-prefixed) printf format.
authorJim Meyering <jim@meyering.net>
Tue, 17 Sep 2002 22:06:21 +0000 (22:06 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 17 Sep 2002 22:06:21 +0000 (22:06 +0000)
commitb8da58cdac9fa7a40551e9744ddd7d9bb44ddd93
treefeec8bffde624332649d6b11ffaf774f06336fdf
parent8837ed851e063d7dc319b63e8740c54958dc8755
`od -t x8' used the wrong (`l'-prefixed) printf format.
Likewise for the o8 and u8 formats.

(ISPEC_TO_FORMAT): Define macro.
(decode_one_format): Use PRIdMAX, PRIoMAX, etc. for LONG_LONG.
Reported by Arun Sharma.
src/od.c