From a5b0e7f8bc42e3eca72dd82ff000eb6eb92ef897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Tue, 27 Sep 2011 20:08:13 +0200 Subject: Really fix MSVC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These was left over from the previous PRs. Signed-off-by: Carlos Martín Nieto --- deps/http-parser/http_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps') diff --git a/deps/http-parser/http_parser.c b/deps/http-parser/http_parser.c index e9d42ce08..432a7c5dc 100644 --- a/deps/http-parser/http_parser.c +++ b/deps/http-parser/http_parser.c @@ -368,7 +368,7 @@ size_t http_parser_execute (http_parser *parser, enum state state; enum header_states header_state; uint64_t index = parser->index; - uint64_t nread = parser->nread; + uint32_t nread = parser->nread; const char *header_field_mark, *header_value_mark, *url_mark; const char *matcher; -- cgit v1.2.1