From e35d22c954eccbca23b3ec3326bb991d8d7d1088 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Thu, 8 Feb 2018 19:27:58 -0800 Subject: gpspipe: buffer to small. 40 > 20 --- gpspipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpspipe.c') diff --git a/gpspipe.c b/gpspipe.c index 72eed301..479c03a5 100644 --- a/gpspipe.c +++ b/gpspipe.c @@ -341,7 +341,7 @@ int main(int argc, char **argv) serbuf[j++] = buf[i]; } if (new_line && timestamp) { - char tmstr_u[20]; // time with "usec" resolution + char tmstr_u[40]; // time with "usec" resolution struct timespec now; struct tm *tmp_now; -- cgit v1.2.1