Change unicode asterisk

This commit is contained in:
Michael Bucari-Tovo 2022-06-19 18:04:00 -06:00
parent 8374fea776
commit 3cd394ec10
2 changed files with 4 additions and 4 deletions

View file

@ -152,7 +152,7 @@ namespace FileManager
replaced[i] = replaced[i] switch
{
'?' => '',
'*' => '',
'*' => '',
'<' => '',
'>' => '',
'"' => GetQuote(i),