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