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:
parent
63a71c1ff9
commit
7dec3219c9
3 changed files with 7 additions and 2 deletions
|
@ -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) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue