diff options
| author | Werner Koch <[email protected]> | 1998-04-25 08:08:35 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-04-25 08:08:35 +0000 |
| commit | edca7206ca9acd95b298b40994b2c2527201a0ac (patch) | |
| tree | 9a82889ac134830856cf17472f809fc513cd2cee /g10/armor.c | |
| parent | missing (diff) | |
| download | gnupg-edca7206ca9acd95b298b40994b2c2527201a0ac.tar.gz gnupg-edca7206ca9acd95b298b40994b2c2527201a0ac.zip | |
changes from laptop
Diffstat (limited to 'g10/armor.c')
| -rw-r--r-- | g10/armor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/armor.c b/g10/armor.c index 6d39dd9d1..7617415cb 100644 --- a/g10/armor.c +++ b/g10/armor.c @@ -510,7 +510,7 @@ find_header( fhdr_state_t state, byte *buf, size_t *r_buflen, case fhdrTESTSpaces: { /* but must check whether the rest of the line * only contains white spaces; this is problematic - * since we may have to restore the stuff. simply + * since we may have to restore the stuff. simply * counting spaces is not enough, because it may be a * mix of different white space characters */ IOBUF b = iobuf_temp(); @@ -1018,7 +1018,7 @@ armor_filter( void *opaque, int control, ++idx2; } /* may need a linefeed */ - if( idx2 < (72/4) ) + if( idx2 <= (72/4) ) iobuf_put(a, '\n'); /* write the CRC */ iobuf_put(a, '='); |
