gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 02/10: mhd_str: fixed doxy again


From: gnunet
Subject: [libmicrohttpd] 02/10: mhd_str: fixed doxy again
Date: Mon, 06 Jun 2022 18:41:28 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 667be90ded9bbc84c51c47c1917a7852bc76ce93
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Jun 6 12:24:49 2022 +0300

    mhd_str: fixed doxy again
---
 src/microhttpd/mhd_str.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index 8279afd1..6abebf3d 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -483,11 +483,12 @@ MHD_bin_to_hex (const void *bin,
  *               DQUOTE chars, does not need to be zero-terminated
  * @param quoted_len the length in chars of the @a quoted string
  * @param[out] result the pointer to the buffer to put the result, must
- *                    be at least @a size character long. The result is NOT
+ *                    be at least @a size character long.May be modified even
+ *                    if @a quoted is invalid sequence. The result is NOT
  *                    zero-terminated.
  * @return The number of characters written to the output buffer,
  *         zero if last backslash is not followed by any character (or
- *         @a size is zero).
+ *         @a quoted_len is zero).
  */
 size_t
 MHD_str_unquote (const char *quoted,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]