summaryrefslogtreecommitdiff
path: root/gpsmon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-27 17:17:43 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-27 17:17:43 -0400
commit0a113e2f39e179e84b03e1da1947f401966d981e (patch)
tree3c34e1fbfc0ff1040520e921de1d3c45365d5c58 /gpsmon.c
parent995976ab06a8f688343b8fec87e1305e2d5ee80e (diff)
downloadgpsd-0a113e2f39e179e84b03e1da1947f401966d981e.tar.gz
More gpsd_report removal. All regression tests pass.
Diffstat (limited to 'gpsmon.c')
-rw-r--r--gpsmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsmon.c b/gpsmon.c
index 151f89a6..fd74beae 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -1291,7 +1291,7 @@ int main(int argc, char **argv)
for (;;)
{
fd_set efds;
- switch(gpsd_await_data(&rfds, &efds, maxfd, &all_fds, context.errout.debug))
+ switch(gpsd_await_data(&rfds, &efds, maxfd, &all_fds, &context.errout))
{
case AWAIT_GOT_INPUT:
break;