mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue