mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 11:42:36 +01:00
Fixed bug in unknown subtitle format 24/18 - thx andreas :)
This commit is contained in:
parent
3d30cb44c2
commit
d36f3589a3
@ -126,6 +126,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
|
||||
subtitle.Paragraphs.Add(_paragraph);
|
||||
_paragraph = new Paragraph();
|
||||
_expecting = ExpectingLine.TimeCodes;
|
||||
_text = new StringBuilder();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user