--- ./statistics.c.dist 2011-02-09 17:54:52 +0100 +++ ./statistics.c 2011-02-09 17:54:53 +0100 @@ -291,7 +291,7 @@ void process_fd(FILE *f) { - char buf1[1024], buf2[1024]; + char buf1[2048], buf2[2048]; char *sp, *np, *p; while (fgets(buf1, sizeof buf1, f)) { int endflag;