summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf2gf.w
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf2gf.w')
-rw-r--r--Build/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf2gf.w4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf2gf.w b/Build/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf2gf.w
index 20663537a94..21fd1df2e53 100644
--- a/Build/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf2gf.w
+++ b/Build/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf2gf.w
@@ -486,7 +486,7 @@ no terminating NULL byte.
@d GF_ID 131
@d PRE 247@#
-@d header " hbf2gf output "
+@d headertstring " hbf2gf output "
@<Prototypes@>=
static void write_pre(void);
@@ -502,7 +502,7 @@ static void write_pre(void)
struct tm *time_now;
- strcpy(out_s, header);@#
+ strcpy(out_s, headertstring);@#
secs_now = time(NULL); /* system date and time */
time_now = localtime(&secs_now);