]> git.tdb.fi Git - ext/subsurface.git/commit
Make the dive merging code more tolerant
authorDirk Hohndel <dirk@hohndel.org>
Wed, 5 Oct 2011 03:33:17 +0000 (20:33 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Wed, 5 Oct 2011 03:33:17 +0000 (20:33 -0700)
commit0e29df87f43365309f89d6dbd5b4a3acd8ea5054
treedb523a759f2cad27a3eb0c6cbbb7d69cd01cdbbe
parent7a7b58340d75c6c81e28a2365694faa992df4242
Make the dive merging code more tolerant

Depending on the tool used to import a dive from the uemis Zurich we end
up with different time stamps for the dive - just by a few seconds, but
the existing code insisted on an exact match.

We now allow for up to 60 seconds in difference and still consider two
dives as the same.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
dive.c