Extra data at the end seems to be expected

This commit is contained in:
Eric Fischer 2017-11-03 12:41:30 -07:00
parent 351b2a2d48
commit 1e9f02a2f6
1 changed files with 2 additions and 2 deletions

4
fp.c
View File

@ -145,8 +145,8 @@ process (FILE *f, char *name)
if (a == 0 && b == 0) { if (a == 0 && b == 0) {
int c = getc(f); int c = getc(f);
if (c != EOF) { if (c != EOF) {
fprintf(stderr, "More data follows 0/0 EOF tag\n"); // fprintf(stderr, "More data follows 0/0 EOF tag\n");
exit(EXIT_FAILURE); // exit(EXIT_FAILURE);
} }
return; return;
} }