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 | 1bc91aca63b17051bcedc973c5abe4060fa12005 (patch) | |
tree | 250171a413b3a504a26ee2855e8f3f0323b9005c | |
parent | 2001-12-14 Marcus Brinkmann <[email protected]> (diff) | |
download | libassuan-1bc91aca63b17051bcedc973c5abe4060fa12005.tar.gz libassuan-1bc91aca63b17051bcedc973c5abe4060fa12005.zip |
Change history, doubleplusgood.
-rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 383ed88..5ccba92 100644 --- a/src/ChangeLog +++ b/src/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]> |