From 667be90ded9bbc84c51c47c1917a7852bc76ce93 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 6 Jun 2022 12:24:49 +0300 Subject: [PATCH] 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,