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_italk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monitor_italk.c') diff --git a/monitor_italk.c b/monitor_italk.c index 3157d5ee..1f62b54b 100644 --- a/monitor_italk.c +++ b/monitor_italk.c @@ -216,8 +216,8 @@ static void italk_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 = (unsigned char)getub(buf, 4); switch (type) { case ITALK_NAV_FIX: -- cgit v1.2.1