Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Oct 11, 2020
2 parents 8ec1b86 + 8b56b3a commit d474502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objutils/dwarf/encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _parse(self, stream, context, path = None):
return 1

def _build(self, value, stream, context, path):
count = struct.pack(msk, len(1))
count = struct.pack("B", 1)
value = 1
stream.write(count)
if six.PY3:
Expand Down

0 comments on commit d474502

Please sign in to comment.