mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Fixed bug in reading of SSA files - thx Péter
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@312 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
5221c480b1
commit
9a06c66546
@ -246,7 +246,7 @@ Format: Marked, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
|
||||
else if (i == indexText)
|
||||
text = splittedLine[i];
|
||||
else if (i > indexText)
|
||||
text += splittedLine[i];
|
||||
text += "," + splittedLine[i];
|
||||
}
|
||||
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user