commit de7a293922ab041cbe620b0421763d94a13fdf47 from: Neels Hofmeyr date: Sat Oct 24 01:37:36 2020 UTC debug init subsection commit - 9403a358855aa5ba3ec2f3f20943215e1d758496 commit + de7a293922ab041cbe620b0421763d94a13fdf47 blob - 9b2364aff9620be21302c924d9bbcd01b709c773 blob + 5593fbefe06d0939d1b2370280104fbba8285ab3 --- lib/diff_main.c +++ lib/diff_main.c @@ -344,6 +344,11 @@ diff_data_init_subsection(struct diff_data *d, struct { struct diff_atom *last_atom; + debug("diff_data %p parent %p from_atom %p atoms_count %u\n", + d, parent, from_atom, atoms_count); + debug(" from_atom "); + debug_dump_atom(d, NULL, from_atom); + if (atoms_count == 0) { *d = (struct diff_data){ .f = NULL,