hivexsh: Print hex bytes >= 0x80 correctly.
authorRichard Jones <rjones@redhat.com>
Fri, 19 Feb 2010 13:51:07 +0000 (13:51 +0000)
committerRichard Jones <rjones@redhat.com>
Fri, 19 Feb 2010 13:51:07 +0000 (13:51 +0000)
commit219b80cc6c9c1410c39a6e540214727e3e3cf022
tree1b06ac591b0a55469eaa6a747a8bfeaf36487c04
parentabe54abdd2a51f8fc6da26d4e5d4773f68da695e
hivexsh: Print hex bytes >= 0x80 correctly.

These were being interpreted as signed chars, and thus printed
as "ffffff80" etc.
hivex/hivexsh.c