Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2019 15:32:09 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521634 - head/editors/cudatext/files
Message-ID:  <201912311532.xBVFW9Bt023688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:= '';



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912311532.xBVFW9Bt023688>