[Pkg-gnupg-commit] [libassuan] 261/437: Fix last commit.

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:51 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 66f0ccbe80999c6112a98e2239e3f1f72f3f0532
Author: Marcus Brinkmann <mb at g10code.com>
Date:   Thu Nov 5 02:53:14 2009 +0000

    Fix last commit.
---
 src/assuan-handler.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/assuan-handler.c b/src/assuan-handler.c
index 21cf8cf..a46e7f7 100644
--- a/src/assuan-handler.c
+++ b/src/assuan-handler.c
@@ -605,7 +605,8 @@ assuan_process_done (assuan_context_t ctx, gpg_error_t rc)
     }
   else 
     {
-      char errline      const char *text = ctx->err_no == rc ? ctx->err_str : NULL;
+      char errline[300];
+      const char *text = ctx->err_no == rc ? ctx->err_str : NULL;
       char ebuf[50];
 	  
       gpg_strerror_r (rc, ebuf, sizeof (ebuf));

-- 
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