diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/im-sandbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 21b091a5..c313bda9 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -186,6 +186,7 @@ static void process_image(const struct index_args *iargs, image.det = copy_geom(iargs->det); image.copyme = iargs->copyme; image.reflections = NULL; + image.n_saturated = 0; image.id = cookie; image.filename = pargs->filename; image.beam = beam; |