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

@ -301,7 +301,7 @@ copy_options_file( const char *destdir )
m_free(fname);
return;
}
strcpy(stpcpy(fname, destdir), DIRSEP_S "gpg.conf" );
strcpy(stpcpy(fname, destdir), DIRSEP_S "gpg" EXTSEP_S "conf" );
dst = fopen( fname, "w" );
if( !dst ) {
log_error(_("%s: can't create: %s\n"), fname, strerror(errno) );