mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +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;
|
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);
|
strlcpy(out_path, userdata.first_extracted_file_path, len);
|
||||||
|
|
||||||
end:
|
end:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user