- Add missing patch file

This commit is contained in:
Jose Alonso Cardenas Marquez 2019-12-31 15:32:09 +00:00
parent fdbfaf29f7
commit 1d7971b4be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521634

View File

@ -0,0 +1,11 @@
--- app/formmain_updates_proc.inc 2019-12-31 02:26:48.876901000 -0500
+++ app/formmain_updates_proc.inc 2019-12-31 02:27:54.060082000 -0500
@@ -132,7 +132,7 @@
if F.IsBinary then
begin
- S:= cEncConvNames[F.Binary.TextEncoding];
+ S:= cEncConvNames[EncConvFindEncoding(F.Binary.TextEncoding)];
end
else
S:= '';