diff options
author | Werner Koch <wk@gnupg.org> | 1998-12-17 18:36:05 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-12-17 18:36:05 +0100 |
commit | b1e5c79926a15ba77dc7ed070ba0080d167056d7 (patch) | |
tree | ec27dd5bf25a6bf79fa6c85db197eb9f935ed6f7 /g10/plaintext.c | |
parent | See ChangeLog: Mon Dec 14 21:18:49 CET 1998 Werner Koch (diff) | |
download | gnupg2-b1e5c79926a15ba77dc7ed070ba0080d167056d7.tar.xz gnupg2-b1e5c79926a15ba77dc7ed070ba0080d167056d7.zip |
See ChangeLog: Thu Dec 17 18:31:15 CET 1998 Werner Koch
Diffstat (limited to 'g10/plaintext.c')
-rw-r--r-- | g10/plaintext.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/plaintext.c b/g10/plaintext.c index 7eda8df9d..d471b9fe3 100644 --- a/g10/plaintext.c +++ b/g10/plaintext.c @@ -44,6 +44,7 @@ special_md_putc( MD_HANDLE md, int c, int *state ) if( *state == 1 ) { md_putc(md, '\r'); } + *state = 0; return; } |