mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
EXTSEP_S instead of hardcoded dot
This commit is contained in:
parent
435ecaa5b0
commit
7ea7c0bc16
2 changed files with 6 additions and 1 deletions
|
@ -64,7 +64,7 @@ static int make_tempdir(struct exec_info *info)
|
|||
char *tmp=opt.temp_dir,*name=info->name;
|
||||
|
||||
if(!name)
|
||||
name=info->binary?"tempfile.bin":"tempfile.txt";
|
||||
name=info->binary?"tempfile" EXTSEP_S "bin":"tempfile" EXTSEP_S "txt";
|
||||
|
||||
/* Make up the temp dir and files in case we need them */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue