summaryrefslogtreecommitdiff
path: root/gpsctl.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 /gpsctl.c
parent995976ab06a8f688343b8fec87e1305e2d5ee80e (diff)
downloadgpsd-0a113e2f39e179e84b03e1da1947f401966d981e.tar.gz
More gpsd_report removal. All regression tests pass.
Diffstat (limited to 'gpsctl.c')
-rw-r--r--gpsctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsctl.c b/gpsctl.c
index 890e0bb4..a8edf599 100644
--- a/gpsctl.c
+++ b/gpsctl.c
@@ -658,7 +658,7 @@ int main(int argc, char **argv)
for (hunting = true; hunting; )
{
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;