summaryrefslogtreecommitdiff
path: root/monitor_superstar2.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_superstar2.c
parent05806755dbd7d671201df03194ddfebca1553a62 (diff)
downloadgpsd-95e1dc568463108afaa55d7afaa3dda50e93b45a.tar.gz
Structure member name change: packet -> lexer. No logic changes.
All regression tests pass.
Diffstat (limited to 'monitor_superstar2.c')
-rw-r--r--monitor_superstar2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor_superstar2.c b/monitor_superstar2.c
index d5c55c52..f4aa08d7 100644
--- a/monitor_superstar2.c
+++ b/monitor_superstar2.c
@@ -72,8 +72,8 @@ static void superstar2_update(void)
size_t len;
unsigned char type;
- buf = session.packet.outbuffer;
- len = session.packet.outbuflen;
+ buf = session.lexer.outbuffer;
+ len = session.lexer.outbuflen;
type = buf[SUPERSTAR2_TYPE_OFFSET];
switch (type) {
case SUPERSTAR2_SVINFO: