1
0
Fork 0
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:
Stefan Bellon 2002-05-13 23:07:22 +00:00
parent 435ecaa5b0
commit 7ea7c0bc16
2 changed files with 6 additions and 1 deletions

View file

@ -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 */