mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
fixed key armoured output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5273 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
da1c8a6aa3
commit
139ab68a4a
@ -34,7 +34,7 @@
|
||||
|
||||
static int debug=0;
|
||||
|
||||
#define LINE_LENGTH 63
|
||||
#define LINE_LENGTH 64
|
||||
|
||||
static const char newline[] = "\r\n";
|
||||
|
||||
@ -284,7 +284,7 @@ typedef struct
|
||||
unsigned pos;
|
||||
} linebreak_arg_t;
|
||||
|
||||
#define BREAKPOS 64
|
||||
#define BREAKPOS 65
|
||||
|
||||
static ops_boolean_t linebreak_writer(const unsigned char *src,
|
||||
unsigned length,
|
||||
|
Loading…
Reference in New Issue
Block a user