Skip to content
Snippets Groups Projects
Commit 30867fa7 authored by rswindell's avatar rswindell
Browse files

Fix a couple new msvc warnings.

parent 94f3f4ad
No related branches found
No related tags found
No related merge requests found
......@@ -3238,7 +3238,7 @@ static void respond(http_session_t * session)
int read_post_data(http_session_t * session)
{
int i;
unsigned i;
if(session->req.dynamic!=IS_CGI && session->req.post_len) {
i = session->req.post_len;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment