aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-04-23 19:21:35 +0200
committerChristian Grothoff <christian@grothoff.org>2017-04-23 19:21:35 +0200
commitef49636130061c379821d60c58ef51468bf9e039 (patch)
treea6412d5e748e542a101187754afe0a03ade9d831 /src/include/microhttpd.h
parenta6b47251b8e03ac78c8f7bf4f1198f4a05f073c1 (diff)
downloadlibmicrohttpd-ef49636130061c379821d60c58ef51468bf9e039.tar.gz
libmicrohttpd-ef49636130061c379821d60c58ef51468bf9e039.zip
replace sprintf() with MHD_snprintf_()
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index a09f7c3a..d2aed65e 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2370,6 +2370,7 @@ MHD_get_connection_values (struct MHD_Connection *connection,
2370 * return them -- and the `struct MHD_PostProcessor` will also see 2370 * return them -- and the `struct MHD_PostProcessor` will also see
2371 * them). This maybe required in certain situations (see Mantis 2371 * them). This maybe required in certain situations (see Mantis
2372 * #1399) where (broken) HTTP implementations fail to supply values 2372 * #1399) where (broken) HTTP implementations fail to supply values
2373
2373 * needed by the post processor (or other parts of the application). 2374 * needed by the post processor (or other parts of the application).
2374 * 2375 *
2375 * This function MUST only be called from within the 2376 * This function MUST only be called from within the