libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

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

mhd_str: fixed doxy again

Diffstat:
Msrc/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 @@ -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,