aboutsummaryrefslogtreecommitdiff
path: root/editors/cudatext
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-12-31 15:32:09 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-12-31 15:32:09 +0000
commit1d7971b4bec0a939f1825931ddeff04f2ec17af9 (patch)
tree600ba614b78b9546a20e0b6d08e0eb4a2bcbb7ec /editors/cudatext
parentfdbfaf29f719170762dca8781300a38e73d64815 (diff)
downloadports-1d7971b4bec0a939f1825931ddeff04f2ec17af9.tar.gz
ports-1d7971b4bec0a939f1825931ddeff04f2ec17af9.zip
- Add missing patch file
Notes
Notes: svn path=/head/; revision=521634
Diffstat (limited to 'editors/cudatext')
-rw-r--r--editors/cudatext/files/patch-app-formmain_updates_proc.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/cudatext/files/patch-app-formmain_updates_proc.inc b/editors/cudatext/files/patch-app-formmain_updates_proc.inc
new file mode 100644
index 000000000000..f293f8aeef58
--- /dev/null
+++ b/editors/cudatext/files/patch-app-formmain_updates_proc.inc
@@ -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:= '';