Fix the escape once again

This commit is contained in:
ArsenArsen 2018-01-01 21:01:13 +01:00
parent abeecd08af
commit 78d08d5af3
No known key found for this signature in database
GPG key ID: 683D2F43B0CA4BD2

View file

@ -271,6 +271,7 @@ public string ParseURL(string url, bool output)
}
}
}
escape = false;
}
else if(url[i] == '\\' && !escape)
{