fix mrege to unique: a5f291fa12

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-06-05 18:38:00 +02:00
parent c50c5d97bc
commit aab88385ce

View File

@ -2265,7 +2265,7 @@ merge_result merge_dives(const struct dive &a_in, const struct dive &b_in, int o
}
const dive *a = &a_in;
const dive *b = &a_in;
const dive *b = &b_in;
if (is_dc_planner(&a->dcs[0]))
std::swap(a, b);