mirror of
https://github.com/rclone/rclone.git
synced 2025-02-21 07:09:40 +08:00
parent
3a900e5bb7
commit
ab9f521cbd
@ -178,7 +178,7 @@ func (f *FsLocal) cleanUtf8(name string) string {
|
||||
}
|
||||
name2 += strings.Map(func(r rune) rune {
|
||||
switch r {
|
||||
case '<', '>', '"', '|', '?', '*', '&':
|
||||
case '<', '>', '"', '|', '?', '*', ':':
|
||||
return '_'
|
||||
}
|
||||
return r
|
||||
|
Loading…
x
Reference in New Issue
Block a user