Skip to content

Commit

Permalink
lens.c: use loose search
Browse files Browse the repository at this point in the history
  • Loading branch information
itarozzi authored and Pascal de Bruijn committed Feb 5, 2013
1 parent 919fb94 commit 799bb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iop/lens.c
Expand Up @@ -717,7 +717,7 @@ void commit_params (struct dt_iop_module_t *self, dt_iop_params_t *p1, dt_dev_pi
{
dt_pthread_mutex_lock(&darktable.plugin_threadsafe);
const lfLens **lens = lf_db_find_lenses_hd(dt_iop_lensfun_db, camera, NULL,
p->lens, 0);
p->lens, LF_SEARCH_LOOSE);
dt_pthread_mutex_unlock(&darktable.plugin_threadsafe);
if(lens)
{
Expand Down

0 comments on commit 799bb9f

Please sign in to comment.