aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_str.c')
-rw-r--r--src/microhttpd/mhd_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c
index 7c7fcf1f..822feccc 100644
--- a/src/microhttpd/mhd_str.c
+++ b/src/microhttpd/mhd_str.c
@@ -1146,7 +1146,7 @@ MHD_strx_to_uint64_n_ (const char *str,
1146 * @param base the numeric base, 10 or 16 1146 * @param base the numeric base, 10 or 16
1147 * @return non-zero number of characters processed on succeed, 1147 * @return non-zero number of characters processed on succeed,
1148 * zero if no digit is found, resulting value is larger 1148 * zero if no digit is found, resulting value is larger
1149 * then @max_val, @val_size is not 16/32 or @a out_val is NULL 1149 * then @a max_val, @a val_size is not 4/8 or @a out_val is NULL
1150 */ 1150 */
1151size_t 1151size_t
1152MHD_str_to_uvalue_n_ (const char *str, 1152MHD_str_to_uvalue_n_ (const char *str,