diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-03-08 16:55:25 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-08 16:55:25 -0800 |
commit | eef3d63de63ef4915ebf4d77e2940b522d971b4f (patch) | |
tree | 5e78474042dc507c72bbd53704928c6698844a7e /uemis.c | |
parent | 0b7c11a597d5c10a8b8c1ed52861846ac2c2cba7 (diff) | |
download | subsurface-eef3d63de63ef4915ebf4d77e2940b522d971b4f.tar.gz |
Uemis GPS location tracking seems backwards
I can't figure out how this ever worked...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'uemis.c')
-rw-r--r-- | uemis.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ int uemis_get_weight_unit(int diveid) return 0; } -void uemis_mark_divelocation(int diveid, int divespot, char **location, degrees_t *longitude, degrees_t *latitude) +void uemis_mark_divelocation(int diveid, int divespot, char **location, degrees_t *latitude, degrees_t *longitude) { struct uemis_helper *hp = uemis_get_helper(diveid); hp->divespot = divespot; |