KeithBrown39423 / Hexdump

The alternative cross-platform hex dumping utility
MIT License
16 stars 0 forks source link

Printed all 0s #3

Closed KeithBrown39423 closed 1 year ago

KeithBrown39423 commented 1 year ago

Anytime you run the command, the file is shown as a file full of empty bytes.

KeithBrown39423 commented 1 year ago

The issue seemed to be caused when the input stream was overwritten and created as an unsigned char which caused issues when reading the file.