summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-02-06 15:20:23 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-02-06 15:20:23 +0000
commita12f38da51f1d953202b4214d17b98fed73a0e32 (patch)
treedbf13656ae2766a31020b71e9788a01f8811659b /Build
parent6e89d06a981d55f20a49c36f661caf08eb9c19a8 (diff)
kanji_cump.c: fix my mistake
git-svn-id: svn://tug.org/texlive/trunk@49961 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ptexdir/kanji_dump.c2
-rw-r--r--Build/source/texk/web2c/uptexdir/kanji_dump.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ptexdir/kanji_dump.c b/Build/source/texk/web2c/ptexdir/kanji_dump.c
index 4d1741f2d41..c6836d2e1e8 100644
--- a/Build/source/texk/web2c/ptexdir/kanji_dump.c
+++ b/Build/source/texk/web2c/ptexdir/kanji_dump.c
@@ -42,7 +42,7 @@ void undump_kanji (FILE *fp)
/* Now BUFFER and P are the file and internal encoding strings. */
init_kanji (NULL, p);
if (get_internal_enc() != i) {
- fprintf (stderr, "Kanji internal encoding incompatible with the preloaded format.\n", p);
+ fprintf (stderr, "Kanji internal encoding incompatible with the preloaded format.\n");
fprintf (stderr, "I'll stick to %s.\n", enc_to_string(get_internal_enc()));
}
}
diff --git a/Build/source/texk/web2c/uptexdir/kanji_dump.c b/Build/source/texk/web2c/uptexdir/kanji_dump.c
index affe7d135b1..8dda93edaff 100644
--- a/Build/source/texk/web2c/uptexdir/kanji_dump.c
+++ b/Build/source/texk/web2c/uptexdir/kanji_dump.c
@@ -42,7 +42,7 @@ void undump_kanji (FILE *fp)
/* Now BUFFER and P are the file and internal encoding strings. */
init_kanji (NULL, p);
if (get_internal_enc() != i) {
- fprintf (stderr, "Kanji internal encoding incompatible with the preloaded format.\n", p);
+ fprintf (stderr, "Kanji internal encoding incompatible with the preloaded format.\n");
fprintf (stderr, "I'll stick to %s.\n", enc_to_string(get_internal_enc()));
}
}