Fix build

This commit is contained in:
Alexey Milovidov 2020-08-08 03:08:41 +03:00
parent d026d4e289
commit ac2de4cc95

View File

@ -69,7 +69,7 @@ struct ExtractNetloc
bool has_identification = false;
Pos question_mark_pos = end;
Pos slash_pos = end;
auto start_of_host = pos;
Pos start_of_host = pos;
for (; pos < end; ++pos)
{
switch (*pos)