From e38006669e39e695b9b3aac97f57326b311b4c5d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 20 Sep 2023 16:38:18 +0200 Subject: indexamajig: Add --mille-dir --- src/im-sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/im-sandbox.c') 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); } -- cgit v1.2.3