mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
@pyroesp, I think you forgot testing this, it doesn't compile. ...okay, so did I.
This commit is contained in:
parent
4544c0988f
commit
83eebdf967
@ -1511,7 +1511,7 @@ void rarch_playlist_load_content(void *data, unsigned idx)
|
|||||||
}
|
}
|
||||||
else if (strstr(path_tolower, ".7z"))
|
else if (strstr(path_tolower, ".7z"))
|
||||||
{
|
{
|
||||||
*(strstr(path_tolower, ".7z")[3] = '\0';
|
strstr(path_tolower, ".7z")[3] = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
path_check = (char *)calloc(strlen(path_tolower) + 1, sizeof(char));
|
path_check = (char *)calloc(strlen(path_tolower) + 1, sizeof(char));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user