diff options
Diffstat (limited to 'src/process_image.c')
-rw-r--r-- | src/process_image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_image.c b/src/process_image.c index 536f00f5..b4f831e0 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -190,6 +190,7 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs, image.crystals = NULL; image.n_crystals = 0; image.serial = serial; + image.indexed_by = INDEXING_NONE; hdfile = hdfile_open(image.filename); if ( hdfile == NULL ) { |