From af0d74e558eccda0296b7884318d8f3bb10ffc67 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 9 May 2010 20:16:33 -0400 Subject: Complete privious change. Required rebuilding of three regressin tests. --- gpsdecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsdecode.c') diff --git a/gpsdecode.c b/gpsdecode.c index 10b389e8..e70c325e 100644 --- a/gpsdecode.c +++ b/gpsdecode.c @@ -395,7 +395,7 @@ static void decode(FILE * fpin, FILE * fpout) (void)fputs((char *)lexer.outbuffer, stdout); /*@ -uniondef */ if (aivdm_decode - ((char *)lexer.outbuffer, lexer.outbuflen, &aivdm, &ais)) { + ((char *)lexer.outbuffer, lexer.outbuflen, aivdm, &ais)) { if (!json) aivdm_csv_dump(&ais, buf, sizeof(buf)); else -- cgit v1.2.1