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
|
self
|
||||||
.shared
|
.shared
|
||||||
.files
|
.files
|
||||||
.get_index(file_number)
|
.get_index(target_in_archive)
|
||||||
|
.unwrap()
|
||||||
.is_dir()
|
.is_dir()
|
||||||
} else {
|
} else {
|
||||||
false
|
false
|
||||||
|
|
Loading…
Add table
Reference in a new issue