mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Avoid const compiler warning
This commit is contained in:
parent
2a53bb0e24
commit
97d3149e92
2 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue