summaryrefslogtreecommitdiff
path: root/driver_superstar2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-05 14:06:07 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-05 14:06:07 -0400
commitb8547586aa0a9a5b330ad21de845d885f93cc10a (patch)
tree0249515558fc0d800ff2b9f3d75db54367496c99 /driver_superstar2.c
parentf1d0dea4ce72f8e49eefcec94c2daf325358d809 (diff)
downloadgpsd-b8547586aa0a9a5b330ad21de845d885f93cc10a.tar.gz
Refactoring step. Change the signature of ecef_to_wgs84fix().
All regression tests pass.
Diffstat (limited to 'driver_superstar2.c')
-rw-r--r--driver_superstar2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_superstar2.c b/driver_superstar2.c
index 1c78aaf3..6c5b26dd 100644
--- a/driver_superstar2.c
+++ b/driver_superstar2.c
@@ -206,7 +206,7 @@ superstar2_msg_navsol_ecef(struct gps_device_t *session,
/* extract the earth-centered, earth-fixed (ECEF) solution */
/*@ -evalorder @*/
- ecef_to_wgs84fix(&session->gpsdata,
+ ecef_to_wgs84fix(&session->gpsdata.fix, &session->separation,
getled(buf, 14), getled(buf, 22), getled(buf, 30),
getlef(buf, 38), getlef(buf, 42), getlef(buf, 46));
/*@ +evalorder @*/