mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 19:21:27 +00:00
Get rid of forward NULL
This commit is contained in:
parent
f7bbafa93d
commit
5eec1c1f39
@ -842,7 +842,8 @@ bool core_info_database_supports_content_path(const char *database_path, const c
|
|||||||
if (!string_is_empty(new_path))
|
if (!string_is_empty(new_path))
|
||||||
database = strdup(new_path);
|
database = strdup(new_path);
|
||||||
|
|
||||||
path_remove_extension(database);
|
if (!string_is_empty(database))
|
||||||
|
path_remove_extension(database);
|
||||||
|
|
||||||
delim = path_get_archive_delim(path);
|
delim = path_get_archive_delim(path);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user