aboutsummaryrefslogtreecommitdiffstats
path: root/g10/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/exec.c')
-rw-r--r--g10/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/exec.c b/g10/exec.c
index 652ed456e..09fe67ca4 100644
--- a/g10/exec.c
+++ b/g10/exec.c
@@ -43,7 +43,7 @@ char *mkdtemp(char *template);
/* Makes a temp directory and filenames */
static int make_tempdir(struct exec_info *info)
{
- const char *tmp=opt.temp_dir;
+ char *tmp=opt.temp_dir;
/* Make up the temp dir and files in case we need them */
if(tmp==NULL)