From 2c439230bad3907f5fc93b3e69ade0d5a5acc4b4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 22 Feb 2013 18:12:20 +0100 Subject: Avoid the use of stdio for writing to final stream Something really weird goes on when using stdio --- src/im-sandbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/im-sandbox.h') 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[]); -- cgit v1.2.3