parent
3a900e5bb7
commit
ab9f521cbd
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ func (f *FsLocal) cleanUtf8(name string) string {
|
||||||
}
|
}
|
||||||
name2 += strings.Map(func(r rune) rune {
|
name2 += strings.Map(func(r rune) rune {
|
||||||
switch r {
|
switch r {
|
||||||
case '<', '>', '"', '|', '?', '*', '&':
|
case '<', '>', '"', '|', '?', '*', ':':
|
||||||
return '_'
|
return '_'
|
||||||
}
|
}
|
||||||
return r
|
return r
|
||||||
|
|
Loading…
Reference in a new issue