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 a50ab884e..c5b97740c 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -979,7 +979,7 @@ parse_options(char *str,unsigned int *options, for(i=0;opts[i].name;i++) if(opts[i].help) printf("%s%*s%s\n",opts[i].name, - maxlen+2-strlen(opts[i].name),"",_(opts[i].help)); + maxlen+2-(int)strlen(opts[i].name),"",_(opts[i].help)); g10_exit(0); } |