mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
argg clang
This commit is contained in:
parent
01af261ed0
commit
a4887b2691
@ -623,7 +623,7 @@ int PS4_SYSV_ABI sceHttpUriParse(OrbisHttpUriElement* out, const char* srcUri, v
|
|||||||
currentPos += 2; // Skip "//"
|
currentPos += 2; // Skip "//"
|
||||||
}
|
}
|
||||||
|
|
||||||
//in case it starts with file://///
|
// in case it starts with file://///
|
||||||
if (strncmp(currentPos, "//", 2) == 0) {
|
if (strncmp(currentPos, "//", 2) == 0) {
|
||||||
currentPos += 2; // Skip "//"
|
currentPos += 2; // Skip "//"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user