diff options
author | Werner Koch <[email protected]> | 2006-08-14 14:40:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-08-14 14:40:07 +0000 |
commit | 5be40e9fadbd3c5366c622d67bfc18278cf81d01 (patch) | |
tree | c2d195b31f6b9d0ed62b633fc84881bce218a756 /common/xreadline.c | |
parent | Added http.c from 1.4. (diff) | |
download | gnupg-5be40e9fadbd3c5366c622d67bfc18278cf81d01.tar.gz gnupg-5be40e9fadbd3c5366c622d67bfc18278cf81d01.zip |
Changed HTTP API.
Diffstat (limited to '')
-rw-r--r-- | common/xreadline.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/xreadline.c b/common/xreadline.c index 8400df330..7e091e9dd 100644 --- a/common/xreadline.c +++ b/common/xreadline.c @@ -40,8 +40,8 @@ memory was enable and ERRNO is set accordingly. If a line has been truncated, the file pointer is moved forward to - the end of the line so that the next read start with the next - line. Note that MAX_LENGTH must be re-initialzied in this case.. + the end of the line so that the next read starts with the next + line. Note that MAX_LENGTH must be re-initialzied in this case. Note: The returned buffer is allocated with enough extra space to append a CR,LF,Nul |