Fixed bug in unknown subtitle format 24/18 - thx andreas :)

This commit is contained in:
niksedk 2014-08-26 21:38:51 +02:00
parent 3d30cb44c2
commit d36f3589a3

View File

@ -126,6 +126,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
subtitle.Paragraphs.Add(_paragraph);
_paragraph = new Paragraph();
_expecting = ExpectingLine.TimeCodes;
_text = new StringBuilder();
}
break;
}