aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorStefan Bellon <[email protected]>2002-08-06 18:32:58 +0000
committerStefan Bellon <[email protected]>2002-08-06 18:32:58 +0000
commit7dec3219c9db96b5f05d576c7e1dcaec23df0059 (patch)
treea649804b620b53f976651295c8f8eb4a77d46d50 /g10/g10.c
parent* options.h, g10.c (main), mainproc.c (proc_encrypted): --ignore-mdc-error (diff)
downloadgnupg-7dec3219c9db96b5f05d576c7e1dcaec23df0059.tar.gz
gnupg-7dec3219c9db96b5f05d576c7e1dcaec23df0059.zip
use of EXTSEP_S
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index c92d834d3..8dcf6b40f 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -982,7 +982,7 @@ main( int argc, char **argv )
if( default_config )
{
- configname = make_filename(opt.homedir, "gpg.conf", NULL );
+ configname = make_filename(opt.homedir, "gpg" EXTSEP_S "conf", NULL );
if (!access (configname, R_OK))
{ /* Print a warning when both config files are present. */
char *p = make_filename(opt.homedir, "options", NULL );