Small fixes

This commit is contained in:
Natsumi
2025-01-04 02:57:28 +13:00
parent bafbcfacb2
commit 60f59b9baa
5 changed files with 168 additions and 129 deletions

View File

@@ -135,7 +135,7 @@ namespace VRCX
if (startIndex >= 0)
{
startIndex += "filename=".Length;
int endIndex = contentDisposition.IndexOf(";", startIndex);
int endIndex = contentDisposition.IndexOf(';', startIndex);
if (endIndex == -1)
{
endIndex = contentDisposition.Length;