1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

use of EXTSEP_S

This commit is contained in:
Stefan Bellon 2002-08-06 18:32:58 +00:00
parent 63a71c1ff9
commit 7dec3219c9
3 changed files with 7 additions and 2 deletions

View file

@ -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 );