summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils/TLPATCHES/patch-04-mingw64
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/cjkutils/TLPATCHES/patch-04-mingw64')
-rw-r--r--Build/source/texk/cjkutils/TLPATCHES/patch-04-mingw6421
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/texk/cjkutils/TLPATCHES/patch-04-mingw64 b/Build/source/texk/cjkutils/TLPATCHES/patch-04-mingw64
new file mode 100644
index 00000000000..d429f5cb873
--- /dev/null
+++ b/Build/source/texk/cjkutils/TLPATCHES/patch-04-mingw64
@@ -0,0 +1,21 @@
+diff -ur cjkutils-4.8.4.orig/hbf2gf/hbf2gf.w cjkutils-4.8.4/hbf2gf/hbf2gf.w
+--- cjkutils-4.8.4.orig/hbf2gf/hbf2gf.w 2015-04-18 08:51:28.000000000 +0200
++++ cjkutils-4.8.4/hbf2gf/hbf2gf.w 2015-04-18 12:44:01.000000000 +0200
+@@ -486,7 +486,7 @@
+ @d GF_ID 131
+ @d PRE 247@#
+
+-@d header " hbf2gf output "
++@d headerstring " hbf2gf output "
+
+ @<Prototypes@>=
+ static void write_pre(void);
+@@ -502,7 +502,7 @@
+ struct tm *time_now;
+
+
+- strcpy(out_s, header);@#
++ strcpy(out_s, headerstring);@#
+
+ secs_now = time(NULL); /* system date and time */
+ time_now = localtime(&secs_now);