chore: More bug fixes for Windows-specific symlink code
This commit is contained in:
parent
ce818e4df1
commit
91dcf305d7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue