diff options
author | Thomas White <taw@physics.org> | 2013-02-22 18:12:20 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-22 18:12:20 +0100 |
commit | 2c439230bad3907f5fc93b3e69ade0d5a5acc4b4 (patch) | |
tree | 7fea1fe4854fff36709d202b4c6192d72f24e7ce /src/im-sandbox.h | |
parent | fe8352bf60638f0da55669bd9e55a75ad7e300e4 (diff) |
Avoid the use of stdio for writing to final stream
Something really weird goes on when using stdio
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index 7df41738..9248b226 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -38,5 +38,5 @@ extern void create_sandbox(struct index_args *iargs, int n_proc, char *prefix, int config_basename, FILE *fh, - char *use_this_one_instead, FILE *stream, + char *use_this_one_instead, int streamfd, int argc, char *argv[]); |