diff options
author | Thomas White <taw@physics.org> | 2013-02-08 12:36:39 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-08 12:36:39 -0800 |
commit | d8ff3bdfcc020ec296d2ad81209fce744343ad57 (patch) | |
tree | a660283cc4c4070bdfc2b55ec83bf8c093be684a /src/indexamajig.c | |
parent | dac436f21df140b6bf0796f6f9cbb6fcb6c03e2d (diff) |
Put the command line back in the stream
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 8b0f5206..d36b2811 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -595,7 +595,7 @@ int main(int argc, char *argv[]) iargs.include_reflections = 1; /* FIXME! */ create_sandbox(&iargs, n_proc, prefix, config_basename, fh, - use_this_one_instead, ofh); + use_this_one_instead, ofh, argc, argv); free(prefix); |