[git] GPG-ERROR - branch, master, updated. libgpg-error-1.32-58-g34d6637

by Marcus Brinkmann cvs at cvs.gnupg.org
Wed Dec 5 11:35:55 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  34d6637a34b139fbfafa6c15eaf2fc88158a1c3c (commit)
      from  bd8668c120ac0f725edb092b2c4ca49ffdb78ed2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 34d6637a34b139fbfafa6c15eaf2fc88158a1c3c
Author: Marcus Brinkmann <marcus.brinkmann at rub.de>
Date:   Tue Dec 4 15:42:47 2018 +0000

    Fix gpgrt_ftruncate declaration.

diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index cb32c48..b7aa5f6 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -717,7 +717,7 @@ int _gpgrt_pending_unlocked (gpgrt_stream_t stream); /* (private) */
 int gpgrt_fflush (gpgrt_stream_t stream);
 int gpgrt_fseek (gpgrt_stream_t stream, long int offset, int whence);
 int gpgrt_fseeko (gpgrt_stream_t stream, gpgrt_off_t offset, int whence);
-int gpgrt_ftruncate (estream_t stream, gpgrt_off_t length);
+int gpgrt_ftruncate (gpgrt_stream_t stream, gpgrt_off_t length);
 long int gpgrt_ftell (gpgrt_stream_t stream);
 gpgrt_off_t gpgrt_ftello (gpgrt_stream_t stream);
 void gpgrt_rewind (gpgrt_stream_t stream);

-----------------------------------------------------------------------

Summary of changes:
 src/gpg-error.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list