Skip Menu |

This queue is for tickets about the Data-HexDump-Range CPAN distribution.

Report information
The Basics
Id: 67984
Status: resolved
Priority: 0/
Queue: Data-HexDump-Range

People
Owner: Nobody in particular
Requestors: NKH [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: keep offset start on the same boundary in horizontal mode
When skipping data, the following output is generated: 00000010 62 32 39 66 39 31 64 32 65 36 33 66 39 35 66 38 00000020 63 34 30 62 64 65 31 39 62 61 00000057 68 40 63 70 61 6e 2e 6f 72 67 3e 0a 44 61 74 65 ... The offset is 57 and the data is left aligned. Instead the offset should be 50 and the data offset as in: 00000010 62 32 39 66 39 31 64 32 65 36 33 66 39 35 66 38 00000020 63 34 30 62 64 65 31 39 62 61 00000050 68 40 63 70 61 6e 2e 6f 72 ...