mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Tue Mar 2 10:38:42 CET 1999 Werner Koch
This commit is contained in:
parent
0f5bb383b5
commit
c27c7416d5
9 changed files with 60 additions and 128 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue