summaryrefslogtreecommitdiff
path: root/gpxlogger.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpxlogger.c')
-rw-r--r--gpxlogger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpxlogger.c b/gpxlogger.c
index 8bd71173..a936f1dc 100644
--- a/gpxlogger.c
+++ b/gpxlogger.c
@@ -305,7 +305,7 @@ static int socket_mainloop(void)
}
gps_set_raw_hook(gpsdata, process);
- gps_stream(gpsdata, WATCH_ENABLE|WATCH_NEWSTYLE, NULL);
+ gps_stream(gpsdata, WATCH_ENABLE, NULL);
for(;;) {
int data;