From 95e1dc568463108afaa55d7afaa3dda50e93b45a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 27 Aug 2014 08:17:53 -0400 Subject: Structure member name change: packet -> lexer. No logic changes. All regression tests pass. --- monitor_sirf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monitor_sirf.c') diff --git a/monitor_sirf.c b/monitor_sirf.c index 67ef297e..3026e67c 100644 --- a/monitor_sirf.c +++ b/monitor_sirf.c @@ -287,8 +287,8 @@ static void sirf_update(void) /* splint pacification */ assert(mid2win!=NULL && mid27win != NULL); - buf = session.packet.outbuffer + 4; - len = session.packet.outbuflen - 8; + buf = session.lexer.outbuffer + 4; + len = session.lexer.outbuflen - 8; switch (buf[0]) { case 0x02: /* Measured Navigation Data */ (void)wmove(mid2win, 1, 6); /* ECEF position */ -- cgit v1.2.1