mirror of
https://github.com/e-n-f/apple2-converters.git
synced 2025-01-15 03:33:09 +00:00
Extra data at the end seems to be expected
This commit is contained in:
parent
351b2a2d48
commit
1e9f02a2f6
4
fp.c
4
fp.c
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user