mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
2004-09-11 Moritz Schulte <moritz@g10code.com>
* openfile.c (copy_options_file): Fixed last commit (added a `+').
This commit is contained in:
parent
609d9516be
commit
305f910ed2
2 changed files with 5 additions and 1 deletions
|
@ -309,7 +309,7 @@ copy_options_file( const char *destdir )
|
|||
return;
|
||||
|
||||
fname = xmalloc ( strlen(datadir) + strlen(destdir)
|
||||
strlen (SKELEXT) + 15 );
|
||||
+ strlen (SKELEXT) + 15 );
|
||||
strcpy(stpcpy(fname, datadir), DIRSEP_S "gpg-conf" SKELEXT );
|
||||
src = fopen( fname, "r" );
|
||||
if( !src ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue