Skip to content

Commit b45b9d4

Browse files
committed
xx -> ??
1 parent 5a22e19 commit b45b9d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objdiff-gui/src/views/data_diff.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ pub(crate) fn data_row_ui(
154154
.find(|reloc_diff| reloc_diff.range.contains(&cur_addr_actual))
155155
{
156156
if *byte == 0 {
157-
// Display 00 data bytes with a relocation as xx instead.
158-
byte_text = "xx ".to_string();
157+
// Display 00 data bytes with a relocation as ?? instead.
158+
byte_text = "?? ".to_string();
159159
}
160160
if reloc_diff.kind != DataDiffKind::None {
161161
byte_color = get_color_for_diff_kind(reloc_diff.kind, appearance);

0 commit comments

Comments
 (0)