[git] GPG-ERROR - branch, master, updated. libgpg-error-1.16-12-ge8b04be

by Werner Koch cvs at cvs.gnupg.org
Thu Oct 2 14:47:42 CEST 2014


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  e8b04bed1093a9f1d87c150326e79adfeb02e2b4 (commit)
      from  3ecdcb6ac814e3b63aebbf66729ae6cb67c9f6d2 (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 e8b04bed1093a9f1d87c150326e79adfeb02e2b4
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Oct 2 14:46:34 2014 +0200

    w32: Make it build again.
    
    * src/estream.c (es_func_w32_read): Fix var name.

diff --git a/src/estream.c b/src/estream.c
index 2537141..a17950e 100644
--- a/src/estream.c
+++ b/src/estream.c
@@ -1063,7 +1063,7 @@ es_func_w32_read (void *cookie, void *buffer, size_t size)
   gpgrt_ssize_t bytes_read;
 
   if (!size)
-    bytes_to_read = -1; /* We don't know whether anything is pending.  */
+    bytes_read = -1; /* We don't know whether anything is pending.  */
   else if (w32_cookie->hd == INVALID_HANDLE_VALUE)
     {
       _gpgrt_yield ();

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

Summary of changes:
 src/estream.c |    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