diff options
author | dartraiden <wowemuh@gmail.com> | 2020-07-07 22:32:37 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-07-07 22:33:07 +0300 |
commit | c1e254b55d930cccbae653320442fb7669be7692 (patch) | |
tree | 44d5ec46130218ac0e2cc8147613ff618b686657 /libs/libcurl/src/dynbuf.c | |
parent | 9a8de7bc1afb5f72ddb6967c8fc32209ae3a73dd (diff) |
libcurl: update to 7.71.1
Diffstat (limited to 'libs/libcurl/src/dynbuf.c')
-rw-r--r-- | libs/libcurl/src/dynbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/dynbuf.c b/libs/libcurl/src/dynbuf.c index dfc1d05c64..38d370b078 100644 --- a/libs/libcurl/src/dynbuf.c +++ b/libs/libcurl/src/dynbuf.c @@ -161,7 +161,7 @@ CURLcode Curl_dyn_addn(struct dynbuf *s, const void *mem, size_t len) } /* - * Append a zero terminated string at the end. + * Append a null-terminated string at the end. */ CURLcode Curl_dyn_add(struct dynbuf *s, const char *str) { |