mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-13 16:33:07 +00:00
eb0d92ea98
For some reason, `isprint()` claims that `0xff` is printable. But it's used by print functions as a magic value to suppress the line return. So when viewing a dump where the last byte of a block/sector is `0xff`, it was suppressing the new line between blocks/sectors. Signed-off-by: Jean-Michel Picod <jmichel.p@gmail.com>