aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2001-12-14 01:22:00 +0000
committerMarcus Brinkmann <[email protected]>2001-12-14 01:22:00 +0000
commitc6cf950f9e05d3b37faf8606ea6105ddb17486a7 (patch)
tree6ef422e2bacaca0c00bd6d2fda021f26c7ce36c2 /assuan/ChangeLog
parentgpgme/ (diff)
downloadgpgme-c6cf950f9e05d3b37faf8606ea6105ddb17486a7.tar.gz
gpgme-c6cf950f9e05d3b37faf8606ea6105ddb17486a7.zip
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. Rediddle the code a bit to make it more clear what happens.
Diffstat (limited to 'assuan/ChangeLog')
-rw-r--r--assuan/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/assuan/ChangeLog b/assuan/ChangeLog
index 61563b0f..57e503f2 100644
--- a/assuan/ChangeLog
+++ b/assuan/ChangeLog
@@ -1,5 +1,11 @@
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.
+ Rediddle the code a bit to make it more clear what happens.
+
+2001-12-14 Marcus Brinkmann <[email protected]>
+
* assuan-defs.h (LINELENGTH): Define as ASSUAN_LINELENGTH.
assuan.h: Define ASSUAN_LINELENGTH.