mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
[DvdSubtitle] - Fix unnecessary escape.
This commit is contained in:
parent
dfda6ea8fa
commit
e9e528fdfb
@ -8,7 +8,7 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
|
||||
public class DvdSubtitle : SubtitleFormat
|
||||
{
|
||||
|
||||
private static readonly Regex RegexTimeCodes = new Regex(@"^\{T\ \d+:\d+:\d+:\d+$", RegexOptions.Compiled);
|
||||
private static readonly Regex RegexTimeCodes = new Regex(@"^\{T \d+:\d+:\d+:\d+$", RegexOptions.Compiled);
|
||||
|
||||
public override string Extension
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user