(archive_file.c) Cleanup

This commit is contained in:
twinaphex 2016-12-21 01:47:32 +01:00
parent 7e43d9c469
commit e328c4ebfa

View File

@ -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: