summaryrefslogtreecommitdiff
path: root/monitor_tnt.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-27 08:17:53 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-27 08:17:53 -0400
commit95e1dc568463108afaa55d7afaa3dda50e93b45a (patch)
treef6bfb99d1b174e0a4d9c2485dcb21e83483ae8dc /monitor_tnt.c
parent05806755dbd7d671201df03194ddfebca1553a62 (diff)
downloadgpsd-95e1dc568463108afaa55d7afaa3dda50e93b45a.tar.gz
Structure member name change: packet -> lexer. No logic changes.
All regression tests pass.
Diffstat (limited to 'monitor_tnt.c')
-rw-r--r--monitor_tnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_tnt.c b/monitor_tnt.c
index a7800514..b9825fa6 100644
--- a/monitor_tnt.c
+++ b/monitor_tnt.c
@@ -45,7 +45,7 @@ static void tnt_update(void)
* We have to do our own field parsing because the way this
* gets called, nmea_parse() is never called on the sentence.
*/
- (void)nmea_parse((char *)session.packet.outbuffer, &session);
+ (void)nmea_parse((char *)session.lexer.outbuffer, &session);
(void)mvwaddstr(thtmwin, 1, 19, session.nmea.field[1]);
(void)mvwaddstr(thtmwin, 2, 19, session.nmea.field[3]);