Add a binary flag.
This commit is contained in:
parent
c44f94818f
commit
f9785629e0
|
@ -31,7 +31,7 @@ void cleanup(void)
|
||||||
c = fclose(outfile);
|
c = fclose(outfile);
|
||||||
assert(c != EOF);
|
assert(c != EOF);
|
||||||
outfile = stdout;
|
outfile = stdout;
|
||||||
infile = fopen(tempname, "r");
|
infile = fopen(tempname, "rb");
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
error("temp file disappeared");
|
error("temp file disappeared");
|
||||||
outshort(sp_magic);
|
outshort(sp_magic);
|
||||||
|
|
Loading…
Reference in a new issue