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:
parent
d3a626ba68
commit
2be29a3cd2
4 changed files with 13 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue