From 9ad82a4e42e587c577a7d0229ce9f8e8795ffb23 Mon Sep 17 00:00:00 2001 From: veidongray Date: Thu, 5 Feb 2026 23:30:40 +0800 Subject: [PATCH] Changes to be committed: modified: Internet/httpServer/httpUtil.c rename parameter 'en' to 'len' in predefined_set_cgi_processor function. --- Internet/httpServer/httpUtil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Internet/httpServer/httpUtil.c b/Internet/httpServer/httpUtil.c index 442613d..5267510 100644 --- a/Internet/httpServer/httpUtil.c +++ b/Internet/httpServer/httpUtil.c @@ -60,6 +60,6 @@ uint8_t predefined_get_cgi_processor(uint8_t * uri_name, uint8_t * buf, uint16_t ; } -uint8_t predefined_set_cgi_processor(uint8_t * uri_name, uint8_t * uri, uint8_t * buf, uint16_t * en) { +uint8_t predefined_set_cgi_processor(uint8_t * uri_name, uint8_t * uri, uint8_t * buf, uint16_t * len) { ; }