summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2009-07-04 21:46:26 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2009-07-04 21:46:26 +0000
commitbf951f8b844ddec9fcfabed6380b03f5bbb40444 (patch)
treec45c4e1e27c3fd5419d5b06cab48f9ce07348413 /libgpsd_core.c
parent330725e9464de9e9707dea8e6eb776649f494962 (diff)
downloadgpsd-bf951f8b844ddec9fcfabed6380b03f5bbb40444.tar.gz
change the dgnss_ prefix to netgnss_
this more accurately reflects that this is now becoming a generic network gnss interface
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index b8a94470..73fcf60a 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -820,7 +820,7 @@ cycle+1){
}
if (session->gpsdata.fix.mode == MODE_3D)
- dgnss_report(session);
+ netgnss_report(session);
return session->gpsdata.set;
}