Skip to content

Commit

Permalink
Fixed #51: changed comment labels to use segment label rather than in…
Browse files Browse the repository at this point in the history
…dex into raw

* also mistakenly specified wrong issue number; fixed in 49cdce9
  • Loading branch information
robmcmullen committed Apr 25, 2016
1 parent 49cdce9 commit d953502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnivore/tasks/hex_edit/panes.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def process_comment(self, item, segment_seen):
segment_font = self.italic_font
segment, index = e.find_in_user_segment(item[0])
if segment is not None:
label = "%04x" % index
label = segment.label(index)
else:
index = item[0]
label = "%04x" % index
Expand Down

0 comments on commit d953502

Please sign in to comment.