mirror of
https://git.proxmox.com/git/libgit2
synced 2026-08-26 18:28:53 +00:00
Really fix MSVC
These was left over from the previous PRs. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user