mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fixed yesterday's W32 fix.
This commit is contained in:
parent
b680d034fa
commit
3d654dfb29
2 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,7 @@ maybe_create_keyring (char *filename, int force)
|
|||
if (access (filename, F_OK))
|
||||
{
|
||||
rc = gpg_error_from_syserror ();
|
||||
*last_slash_in_filename = DIRSEP_C;
|
||||
*last_slash_in_filename = save_slash;
|
||||
goto leave;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue