mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 11:34:55 +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;
|
char* lastSlash;
|
||||||
u64 length;
|
u64 length;
|
||||||
|
|
||||||
lastSlash = strrchr(dest, 0x2f);
|
lastSlash = strrchr(dest, '/');
|
||||||
if (lastSlash == NULL) {
|
if (lastSlash == NULL) {
|
||||||
length = strlen(dest);
|
length = strlen(dest);
|
||||||
dest[length] = '/';
|
dest[length] = '/';
|
||||||
|
Loading…
Reference in New Issue
Block a user