diff options
Diffstat (limited to 'g10/exec.c')
-rw-r--r-- | g10/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/exec.c b/g10/exec.c index 144a255d8..7afd3eada 100644 --- a/g10/exec.c +++ b/g10/exec.c @@ -73,7 +73,7 @@ static int make_tempdir(struct exec_info *info) #if defined (__MINGW32__) || defined (__CYGWIN32__) tmp=m_alloc(256); if(GetTempPath(256,tmp)==0) - strcpy(tmp,"c:\\windows\temp"); + strcpy(tmp,"c:\\windows\\temp"); else { int len=strlen(tmp); |