mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Removed some trash
This commit is contained in:
parent
0c1540a9c7
commit
1cd8e3a83d
12 changed files with 568 additions and 50 deletions
|
@ -1059,7 +1059,7 @@ armor_filter( void *opaque, int control,
|
|||
iobuf_put(a, c);
|
||||
c = bintoasc[radbuf[2]&077];
|
||||
iobuf_put(a, c);
|
||||
if( ++idx2 >= (72/4) ) {
|
||||
if( ++idx2 >= (64/4) ) { /* pgp doesn't like 72 here */
|
||||
iobuf_put(a, '\n');
|
||||
idx2=0;
|
||||
}
|
||||
|
@ -1098,7 +1098,7 @@ armor_filter( void *opaque, int control,
|
|||
iobuf_put(a, c);
|
||||
iobuf_put(a, '=');
|
||||
}
|
||||
if( ++idx2 >= (72/4) ) {
|
||||
if( ++idx2 >= (64/4) ) { /* pgp doesn't like 72 here */
|
||||
iobuf_put(a, '\n');
|
||||
idx2=0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue