diff options
Diffstat (limited to 'uemis-downloader.c')
-rw-r--r-- | uemis-downloader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis-downloader.c b/uemis-downloader.c index 449ae55ee..8f4ceaf2e 100644 --- a/uemis-downloader.c +++ b/uemis-downloader.c @@ -553,7 +553,7 @@ static void parse_divespot(char *buf) uemis_set_divelocation(divespot, strdup(locationstring), latitude, longitude); } -static void track_divespot(char *val, int diveid, char **location, double *latitude, double *longitude) +static void track_divespot(char *val, int diveid, char **location, degrees_t *latitude, degrees_t *longitude) { int id = atoi(val); if (id >= 0 && id > nr_divespots) |