mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 18:45:36 +00:00
Update src/core/libraries/network/http.cpp
Co-authored-by: illusony <37698908+illusion0001@users.noreply.github.com>
This commit is contained in:
parent
a4ff2ac8b7
commit
454bef69cb
@ -13,7 +13,7 @@ void NormalizeAndAppendPath(char* dest, char* src) {
|
||||
char* lastSlash;
|
||||
u64 length;
|
||||
|
||||
lastSlash = strrchr(dest, 0x2f);
|
||||
lastSlash = strrchr(dest, '/');
|
||||
if (lastSlash == NULL) {
|
||||
length = strlen(dest);
|
||||
dest[length] = '/';
|
||||
|
Loading…
Reference in New Issue
Block a user