Commit Diff
--- lib/diff_debug.h +++ lib/diff_debug.h @@ -46,7 +46,7 @@ dump_atom(const struct diff_data *left, const struct d return; } if (left) - print(" %3u ", diff_atom_root_idx(left, atom)); + print(" %3u '", diff_atom_root_idx(left, atom)); if (atom->at == NULL) { off_t remain = atom->len;