chore: More bug fixes for Windows-specific symlink code

This commit is contained in:
Chris Hennick 2024-05-15 16:11:37 -07:00
parent ce818e4df1
commit 91dcf305d7
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -710,7 +710,8 @@ impl<R: Read + Seek> ZipArchive<R> {
self
.shared
.files
.get_index(file_number)
.get_index(target_in_archive)
.unwrap()
.is_dir()
} else {
false