Skip to content

Commit a46543c

Browse files
committed
FIX: escape ; in filename
1 parent fde9dc0 commit a46543c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BmsToOsu/Converter/SampleToMp3.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ private class FilterComplex
2020
(@"\", @"\\\\"),
2121
(@"=", @"\\\="),
2222
(@",", @"\,"),
23+
(@";", @"\;"),
2324
(@"[", @"\["),
2425
(@"]", @"\]"),
2526
(@":", @"\\\:"),

0 commit comments

Comments
 (0)