]> git.tdb.fi Git - ext/subsurface.git/commit
Make the dive list searching act on the location
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Sep 2011 15:17:23 +0000 (08:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Sep 2011 15:17:23 +0000 (08:17 -0700)
commite11523110b14056f88a39bacafabb0f55aebbf89
tree80286c7668e684ea0197cd9c2c5496a722ebbdf1
parentd7ca4c6554f538eef96626977ffccc1789fcec16
Make the dive list searching act on the location

It used to be "index 0" which originally was the date string, but not
only has that changed (it's now just the dive index), it's kind of
pointless to search for a date string.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
divelist.c