fix: URL Decoding not working correctly

This commit is contained in:
WerWolv
2023-11-17 13:13:17 +01:00
parent 4a44cddcea
commit 3bd779a607
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ namespace hex {
i += 2;
}
}
return input;
return result;
}
}