mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(archive_file.c) Cleanup
This commit is contained in:
parent
7e43d9c469
commit
e328c4ebfa
@ -577,7 +577,7 @@ bool file_archive_extract_file(
|
||||
goto end;
|
||||
}
|
||||
|
||||
if (*userdata.first_extracted_file_path)
|
||||
if (!string_is_empty(userdata.first_extracted_file_path))
|
||||
strlcpy(out_path, userdata.first_extracted_file_path, len);
|
||||
|
||||
end:
|
||||
|
Loading…
x
Reference in New Issue
Block a user