[Pkg-gnupg-commit] [libassuan] 185/437: Forgot to commit that file

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 27031cc660489bd60f08c4e2437c57af6a9e6201
Author: Werner Koch <wk at gnupg.org>
Date:   Tue May 1 16:36:08 2007 +0000

    Forgot to commit that file
---
 src/assuan-uds.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/assuan-uds.c b/src/assuan-uds.c
index 266dc80..70ec8cc 100644
--- a/src/assuan-uds.c
+++ b/src/assuan-uds.c
@@ -152,7 +152,7 @@ uds_reader (assuan_context_t ctx, void *buf, size_t buflen)
   if (len > buflen) /* We have more than the user requested.  */
     len = buflen;
 
-  memcpy (buf, ctx->uds.buffer + ctx->uds.bufferoffset, len);
+  memcpy (buf, (char*)ctx->uds.buffer + ctx->uds.bufferoffset, len);
   ctx->uds.buffersize -= len;
   assert (ctx->uds.buffersize >= 0);
   ctx->uds.bufferoffset += len;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list