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 15:02:14 +0000 (15:02 +0000)
commit09abb17f3329a4abfbb6563975714a9c86330449
treed4a8fe28ffb76361e8ea8dfd2672f3307c3541e0
parent8b64563dd9e5291e31881c4faea68d9bd0f178ee
hivexsh: Print hex bytes >= 0x80 correctly.

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