From 1e9f02a2f656ccce4bdda8f7a243151984b48ce8 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Fri, 3 Nov 2017 12:41:30 -0700 Subject: [PATCH] Extra data at the end seems to be expected --- fp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fp.c b/fp.c index 59e76a4..a6f62b4 100644 --- a/fp.c +++ b/fp.c @@ -145,8 +145,8 @@ process (FILE *f, char *name) if (a == 0 && b == 0) { int c = getc(f); if (c != EOF) { - fprintf(stderr, "More data follows 0/0 EOF tag\n"); - exit(EXIT_FAILURE); + // fprintf(stderr, "More data follows 0/0 EOF tag\n"); + // exit(EXIT_FAILURE); } return; }