aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 1d7b82e4..d54e5a79 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -199,7 +199,8 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
iargs->max_pix_count,
iargs->local_bg_radius,
iargs->min_res,
- iargs->max_res) ) {
+ iargs->max_res,
+ iargs->use_saturated) ) {
if ( image.event != NULL ) {
ERROR("Failed to find peaks in image %s"
"(event %s).\n", image.filename,