diff options
Diffstat (limited to 'g10/exec.c')
-rw-r--r-- | g10/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/exec.c b/g10/exec.c index 229c968bc..893718ad1 100644 --- a/g10/exec.c +++ b/g10/exec.c @@ -172,7 +172,7 @@ static int make_tempdir(struct exec_info *info) static int expand_args(struct exec_info *info,const char *args_in) { const char *ch=args_in; - int size,len; + unsigned int size,len; info->use_temp_files=0; info->keep_temp_files=0; |