diff options
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/misc.c b/g10/misc.c index 4316d8f01..c9322d9ef 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -516,7 +516,7 @@ pct_expando(const char *string,struct expando_args *args) break; case 't': /* e.g. "jpg" */ - str=image_type_to_string(args->imagetype,1); + str=image_type_to_string(args->imagetype,0); /* fall through */ case 'T': /* e.g. "image/jpeg" */ |