svn commit: r521634 - head/editors/cudatext/files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Dec 31 15:32:09 UTC 2019


Author: acm
Date: Tue Dec 31 15:32:09 2019
New Revision: 521634
URL: https://svnweb.freebsd.org/changeset/ports/521634

Log:
  - Add missing patch file

Added:
  head/editors/cudatext/files/patch-app-formmain_updates_proc.inc   (contents, props changed)

Added: head/editors/cudatext/files/patch-app-formmain_updates_proc.inc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/cudatext/files/patch-app-formmain_updates_proc.inc	Tue Dec 31 15:32:09 2019	(r521634)
@@ -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:= '';


More information about the svn-ports-head mailing list