mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
(config_file.c) Cleanup
This commit is contained in:
parent
5a69e6e75c
commit
cd0a27680a
@ -382,11 +382,11 @@ static int config_file_new_internal(
|
|||||||
const char *path, unsigned depth, config_file_cb_t *cb)
|
const char *path, unsigned depth, config_file_cb_t *cb)
|
||||||
{
|
{
|
||||||
RFILE *file = NULL;
|
RFILE *file = NULL;
|
||||||
|
char *new_path = strdup(path);
|
||||||
conf->path = strdup(path);
|
if (!new_path)
|
||||||
if (!conf->path)
|
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
conf->path = new_path;
|
||||||
conf->include_depth = depth;
|
conf->include_depth = depth;
|
||||||
file = filestream_open(path,
|
file = filestream_open(path,
|
||||||
RETRO_VFS_FILE_ACCESS_READ,
|
RETRO_VFS_FILE_ACCESS_READ,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user