From a12f38da51f1d953202b4214d17b98fed73a0e32 Mon Sep 17 00:00:00 2001 From: Hironobu Yamashita Date: Wed, 6 Feb 2019 15:20:23 +0000 Subject: kanji_cump.c: fix my mistake git-svn-id: svn://tug.org/texlive/trunk@49961 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/uptexdir/kanji_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/uptexdir') 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())); } } -- cgit v1.2.3