aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-09-20 16:38:18 +0200
committerThomas White <taw@physics.org>2023-09-20 17:20:21 +0200
commite38006669e39e695b9b3aac97f57326b311b4c5d (patch)
tree9610accfcb455b3db2e40030309d10e5104a57da /src/im-sandbox.c
parent4e627586749b356b95912e073bb24b16bea1c938 (diff)
indexamajig: Add --mille-dir
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 27e33b8f..be13465c 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -368,7 +368,7 @@ static int run_work(const struct index_args *iargs, Stream *st,
mille = NULL;
if ( iargs->mille ) {
char tmp[64];
- snprintf(tmp, 63, "mille-data-%i.bin", cookie);
+ snprintf(tmp, 63, "%s/mille-data-%i.bin", iargs->milledir, cookie);
mille = crystfel_mille_new(tmp);
}