diff options
author | Marcus Brinkmann <[email protected]> | 2001-12-14 01:27:58 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2001-12-14 01:27:58 +0000 |
commit | 3c1ee806486a1a09914f6d061e99ace4e01884c3 (patch) | |
tree | cda4acbb889cc6c6541c375679dc25fc1c4db7e2 | |
parent | 2001-12-14 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-3c1ee806486a1a09914f6d061e99ace4e01884c3.tar.gz gpgme-3c1ee806486a1a09914f6d061e99ace4e01884c3.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 57e503f2..7b357b66 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]> |