(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…
Reference in New Issue