diff options
Diffstat (limited to 'g10/photoid.c')
-rw-r--r-- | g10/photoid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/photoid.c b/g10/photoid.c index 477b641c6..f7ada2729 100644 --- a/g10/photoid.c +++ b/g10/photoid.c @@ -667,8 +667,8 @@ show_photos (ctrl_t ctrl, const struct user_attribute *attrs, int count, int offset = attrs[i].len-len; /* make command grow */ - command = pct_expando (opt.photo_viewer, &args); - if (!command) + command = pct_expando (ctrl, opt.photo_viewer,&args); + if(!command) goto fail; name = xmalloc (1 + 16 + strlen(EXTSEP_S) |