Update change log

This commit is contained in:
niksedk 2023-09-04 18:18:50 +02:00
parent cde3ea7c52
commit 47c48d6d32
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@
* Fix crash in Google Translate Cloud V2 - thx Rielaph
* Fix alpha in hex color codes - thx Paul
* BDN XML - DropFrame="False" to DropFrame="false" - thx Alain
* Fix EBU STL writing on Linux - thx felagund/PunchaiW
3.6.13 (14th May 2023)

View File

@ -558,7 +558,7 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
SeLogger.Error("EBU STL ENCODING DIFF LENGTH: " + TextField);
}
bytes = textBytes.ToArray(); //TODO: we use new byte list - remove old codd
bytes = textBytes.ToArray(); //TODO: we use new byte list - remove old code
for (var i = 0; i < 112; i++)