diff options
Diffstat (limited to 'g10/armor.c')
-rw-r--r-- | g10/armor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/armor.c b/g10/armor.c index ce3470398..1a3e6e5ba 100644 --- a/g10/armor.c +++ b/g10/armor.c @@ -792,7 +792,7 @@ armor_filter( void *opaque, int control, else if( !afx->inp_checked ) { rc = check_input( afx, a ); if( afx->inp_bypass ) { - for(n=0; n < size && afx->buffer_pos < afx->buffer_len; n++ ) + for(n=0; n < size && afx->buffer_pos < afx->buffer_len; ) buf[n++] = afx->buffer[afx->buffer_pos++]; if( afx->buffer_pos >= afx->buffer_len ) afx->buffer_len = 0; |