1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* assuan-connect.c (assuan_get_pid): New - actually done by Marcus in gpgme.

Set the line length back to the old value.
This commit is contained in:
Werner Koch 2001-11-24 21:20:22 +00:00
parent d3a626ba68
commit 2be29a3cd2
4 changed files with 13 additions and 1 deletions

View file

@ -24,7 +24,7 @@
#include <sys/types.h>
#include "assuan.h"
#define LINELENGTH 102 /* 1000 + [CR,]LF */
#define LINELENGTH 1002 /* 1000 + [CR,]LF */
struct cmdtbl_s {
const char *name;