mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
EXTSEP_S instead of hardcoded dot
This commit is contained in:
parent
435ecaa5b0
commit
7ea7c0bc16
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-14 Stefan Bellon <sbellon@sbellon.de>
|
||||||
|
|
||||||
|
* exec.c (make_tempdir): Make use of EXTSEP_S instead of hardcoded
|
||||||
|
dot as extension separator.
|
||||||
|
|
||||||
2002-05-13 David Shaw <dshaw@jabberwocky.com>
|
2002-05-13 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* photoid.c (show_photos): Use the long keyid as the filename for
|
* photoid.c (show_photos): Use the long keyid as the filename for
|
||||||
|
@ -64,7 +64,7 @@ static int make_tempdir(struct exec_info *info)
|
|||||||
char *tmp=opt.temp_dir,*name=info->name;
|
char *tmp=opt.temp_dir,*name=info->name;
|
||||||
|
|
||||||
if(!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 */
|
/* Make up the temp dir and files in case we need them */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user