Skip to content

Commit

Permalink
Fix hexdump regression in 3.3.1 (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachriggle authored Jan 10, 2017
1 parent d55874a commit f65c258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnlib/util/fiddling.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ def style_byte(b):

# Chunk is unique, no longer skipping
skipping = False
last_unique = chunk

# Generate contents for line
hexbytes = ''
Expand Down

0 comments on commit f65c258

Please sign in to comment.