mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
...
This commit is contained in:
@@ -349,7 +349,7 @@ func (d *remote_dir_entry) add_remote_data(data []byte, output_buf []byte, has_m
|
||||
handle := new_dir_handle(f)
|
||||
defer handle.unref()
|
||||
s := utils.NewSeparatorScanner("", "\x00")
|
||||
for _, name := range uniqify_child_names(s.Split(dest.String()), is_case_sensitive_filesystem) {
|
||||
for _, name := range uniqify_child_names(s.Split(dest.String()), !is_case_sensitive_filesystem) {
|
||||
d.children = append(d.children, &remote_dir_entry{name: name, base_dir: handle.newref()})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user