diff options
Diffstat (limited to 'kbx/keybox-update.c')
-rw-r--r-- | kbx/keybox-update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/keybox-update.c b/kbx/keybox-update.c index 4b14b2f23..2eaae86aa 100644 --- a/kbx/keybox-update.c +++ b/kbx/keybox-update.c @@ -603,7 +603,7 @@ keybox_set_flags (KEYBOX_HANDLE hd, int what, int idx, unsigned int value) ec = 0; if (fseeko (fp, off, SEEK_SET)) - ec = gpg_error_from_syserror (); + ec = gpg_err_code_from_syserror (); else { unsigned char tmp[4]; |