# # # patch "diff_patch.cc" # from [b756ee2d08576e1173b21924c2dd4e7b875318a7] # to [f8d45580538dd79f3ed557d0377146559378eb74] # ============================================================ --- diff_patch.cc b756ee2d08576e1173b21924c2dd4e7b875318a7 +++ diff_patch.cc f8d45580538dd79f3ed557d0377146559378eb74 @@ -1446,8 +1446,8 @@ make_diff(string const & filename1, ost << color::diff_del << "--- " << filename1 << '\t' << id1 << '\n'; ost << color::diff_add << "+++ " << filename2 << '\t' + << id2 << '\n'; ost << color::std; - << id2 << '\n'; unidiff_hunk_writer hunks(lines1, lines2, 3, ost, pattern); walk_hunk_consumer(lcs, left_interned, right_interned, hunks); @@ -1458,8 +1458,8 @@ make_diff(string const & filename1, ost << color::diff_del << "*** " << filename1 << '\t' << id1 << '\n'; ost << color::diff_add << "--- " << filename2 << '\t' + << id2 << '\n'; ost << color::std; - << id2 << '\n'; cxtdiff_hunk_writer hunks(lines1, lines2, 3, ost, pattern); walk_hunk_consumer(lcs, left_interned, right_interned, hunks);