Skip to content

Commit

Permalink
fix dump position when length >16*16
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Apr 26, 2022
1 parent d6e3402 commit 9153780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ddhx/ddhx.d
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ int ddhxDump(long skip, long length) {
io.read();
displayRenderMainRaw();
r += io.buffer.length;
io.position = r;
} while (io.eof == false && r < length);

return 0;
Expand Down

0 comments on commit 9153780

Please sign in to comment.