aboutsummaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2014-01-11 14:46:05 +0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-11 16:46:21 +0700
commit9fca37acecdc0e8a622f7618b205383348611dac (patch)
treef792e1cf34149dbdc613e07dbf47f8e78c2cd0c0 /pref.h
parenta8c0bf3e572dbdf4d3943edead5739138a68432b (diff)
downloadsubsurface-9fca37acecdc0e8a622f7618b205383348611dac.tar.gz
Properly handle user dive merge requests
When the user asks to merge dives in the divelist, we would always use the "try tp find matching dive computers and merge at an offset" model. That is incorrect if the intent is to actually merge two *identical* dives (with different dive computers), as opposed to merging two short dives into one longer one with a surface interval. Normally this doesn't ever trigger (the "same dive" merging will have been done automatically after downloading from the dive computer), but if the dive computer times are off, and the user fixes them, and then asks to merge dives, we should use the non-offset dive merging logic. We already have that "likely_same_dive()" function that is used to determine when downloaded dives get merged, so just use it for the user merge case too. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
0 files changed, 0 insertions, 0 deletions