mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
(GX) error checking fix
This commit is contained in:
parent
e15ba44c50
commit
455167ec19
@ -51,7 +51,7 @@ static void dol_copy_argv_path(const char *fullpath)
|
|||||||
#ifndef IS_SALAMANDER
|
#ifndef IS_SALAMANDER
|
||||||
// file must be split into two parts, the path and the actual filename
|
// file must be split into two parts, the path and the actual filename
|
||||||
// done to be compatible with loaders
|
// done to be compatible with loaders
|
||||||
if (fullpath && strchr(fullpath, '/') != (char *)-1)
|
if (fullpath && strchr(fullpath, '/') != NULL)
|
||||||
{
|
{
|
||||||
char tmp[PATH_MAX];
|
char tmp[PATH_MAX];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user