diff options
author | Marcus Brinkmann <[email protected]> | 2001-12-14 01:28:22 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2001-12-14 01:28:22 +0000 |
commit | 0cc87904251bb1ae31c87423769ff6ba8c867de8 (patch) | |
tree | e60e9802576fd84eae862d593c5d516f0aa54816 | |
parent | 2001-12-14 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-0cc87904251bb1ae31c87423769ff6ba8c867de8.tar.gz gnupg-0cc87904251bb1ae31c87423769ff6ba8c867de8.zip |
Change history, doubleplusgood.
Diffstat (limited to '')
-rw-r--r-- | assuan/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assuan/ChangeLog b/assuan/ChangeLog index 383ed888c..5ccba926d 100644 --- a/assuan/ChangeLog +++ b/assuan/ChangeLog @@ -1,7 +1,7 @@ 2001-12-14 Marcus Brinkmann <[email protected]> * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use - it to save the number of bytes left over after the complete line. + it to save the length of the attic line. Rediddle the code a bit to make it more clear what happens. 2001-12-14 Marcus Brinkmann <[email protected]> |