argg clang

This commit is contained in:
georgemoralis 2025-03-01 20:00:22 +02:00
parent 01af261ed0
commit a4887b2691

View File

@ -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 "//"
} }