commit a32272f07b9bd4e7168bfacf1aa5c385fb081fcf from: Neels Hofmeyr date: Sat Oct 24 01:37:36 2020 UTC debug: fix missing quote commit - de7a293922ab041cbe620b0421763d94a13fdf47 commit + a32272f07b9bd4e7168bfacf1aa5c385fb081fcf blob - e737d9a89cb4b3f7f7be0f69f92fcfb4b4996b49 blob + 0ed8a5e2244549f0bc385a02aa8eb6f5d610deac --- 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;