From f05f6b60d8e83727cf46821e4f5c72b29fdeb0a8 Mon Sep 17 00:00:00 2001 From: lichangze Date: Wed, 26 Aug 2020 16:23:58 +0800 Subject: [PATCH] =?UTF-8?q?chore(location-geoclue2):The=20return=20type=20?= =?UTF-8?q?of=20this=20function=20g=5Fvariant=5Fget=5Fdouble=EF=BC=8Cshoul?= =?UTF-8?q?d=20be=20gdouble.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/location-geoclue2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/location-geoclue2.c b/src/location-geoclue2.c index 06015c50..652caa5d 100644 --- a/src/location-geoclue2.c +++ b/src/location-geoclue2.c @@ -50,8 +50,8 @@ typedef struct { int pipe_fd_write; int available; int error; - float latitude; - float longitude; + gdouble latitude; + gdouble longitude; } location_geoclue2_state_t;