summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils/hbf2gf.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/cjkutils/hbf2gf.c')
-rw-r--r--Build/source/texk/cjkutils/hbf2gf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/cjkutils/hbf2gf.c b/Build/source/texk/cjkutils/hbf2gf.c
index 598b86cd765..14d296f6767 100644
--- a/Build/source/texk/cjkutils/hbf2gf.c
+++ b/Build/source/texk/cjkutils/hbf2gf.c
@@ -41,7 +41,7 @@
#define GF_ID 131
#define PRE 247 \
-#define header " hbf2gf output " \
+#define headerstring " hbf2gf output " \
#define BOC 67
#define BOC1 68
@@ -798,7 +798,7 @@ time_t secs_now;
struct tm*time_now;
-strcpy(out_s,header);
+strcpy(out_s,headerstring);
secs_now= time(NULL);
time_now= localtime(&secs_now);