]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hexdump: correctly display signed single byte integers
authorSamir Benmendil <me@rmz.io>
Wed, 9 Jun 2021 00:21:46 +0000 (01:21 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Jul 2021 09:09:26 +0000 (11:09 +0200)
commita27ff267f0481dfcd0b817e88d7763e5bea9242a
tree3dddb667ef78c0eec09f24ee283523a08ccecab1
parentd3363ef6d73f4558c6d910cc7909e282594005e2
hexdump: correctly display signed single byte integers

When using the format string '/1 "%d"', the byte did not display as a
signed integer as expected, it was interpreted as unsigned.
text-utils/hexdump-display.c