aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-04-05 16:52:35 +0200
committerThomas White <taw@physics.org>2022-04-05 16:54:12 +0200
commit689cbeabf1294f0c9458d4058244833915e78f4c (patch)
tree928a2b021516b99914015796701d3ccc0e4bf514 /src
parentd5eeb82d1cb1dd8e43a386962279632b80e8c89b (diff)
indexamajig: Fix profiling when using streamed data
Diffstat (limited to 'src')
-rw-r--r--src/process_image.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process_image.c b/src/process_image.c
index f0d315e7..20d6c9c1 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -198,7 +198,8 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
iargs->data_format,
serial,
iargs->no_image_data,
- iargs->no_mask_data);
+ iargs->no_mask_data,
+ taccs);
if ( image == NULL ) return;
} else {
image = file_wait_open_read(pargs->filename, pargs->event,