Fix the escape flag not getting clared

This commit is contained in:
ArsenArsen 2018-01-01 20:56:08 +01:00
parent 6344c3565e
commit abeecd08af
No known key found for this signature in database
GPG key ID: 683D2F43B0CA4BD2

View file

@ -279,6 +279,7 @@ public string ParseURL(string url, bool output)
else if (!syntaxStart)
{
result.Append(url[i]);
escape = false;
}
}