aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/postprocessor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/postprocessor.c')
-rw-r--r--src/microhttpd/postprocessor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/postprocessor.c b/src/microhttpd/postprocessor.c
index eda1ae51..b9e93b8c 100644
--- a/src/microhttpd/postprocessor.c
+++ b/src/microhttpd/postprocessor.c
@@ -1212,7 +1212,8 @@ post_process_multipart (struct MHD_PostProcessor *pp,
1212 * > generally be left blank, and implementations must ignore 1212 * > generally be left blank, and implementations must ignore
1213 * > anything that appears before the first boundary delimiter 1213 * > anything that appears before the first boundary delimiter
1214 * > line or after the last one. 1214 * > line or after the last one.
1215 */(void) find_boundary (pp, 1215 */
1216 (void) find_boundary (pp,
1216 pp->boundary, 1217 pp->boundary,
1217 pp->blen, 1218 pp->blen,
1218 &ioff, 1219 &ioff,