mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Merged jnlib into common.
This commit is contained in:
parent
ffe6dc9957
commit
d8b1099d01
79 changed files with 260 additions and 136 deletions
|
@ -472,7 +472,7 @@ open_file (const char **filename, FILE *outfp)
|
|||
{
|
||||
int save_errno = errno;
|
||||
fprintf (outfp, "can't open `%s': %s\n", *filename, strerror(errno));
|
||||
errno = save_errno;
|
||||
gpg_err_set_errno (save_errno);
|
||||
}
|
||||
return fp;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue