diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-07-15 10:21:16 -0400 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-07-15 10:21:16 -0400 |
commit | 16b97e9eb6e453d518bd081c94b54c373410ac01 (patch) | |
tree | 899933d671f1f12086a803ffe3f928f225c690bd /src/indexamajig.c | |
parent | 9ff3210f4027c679d86c2e0b63b71ed12aebf74b (diff) |
Sandboxy stuff
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 c2c9ed2c..294bce1d 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -637,7 +637,7 @@ int main(int argc, char *argv[]) iargs.ir_out = ir_out; create_sandbox(&iargs, n_proc, prefix, config_basename, fh, - use_this_one_instead, ofh); + use_this_one_instead, ofh); free(prefix); |