texlive[49961] Build/source/texk/web2c: kanji_cump.c: fix my mistake

commits+hironobu at tug.org commits+hironobu at tug.org
Wed Feb 6 16:20:23 CET 2019


Revision: 49961
          http://tug.org/svn/texlive?view=revision&revision=49961
Author:   hironobu
Date:     2019-02-06 16:20:23 +0100 (Wed, 06 Feb 2019)
Log Message:
-----------
kanji_cump.c: fix my mistake

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ptexdir/kanji_dump.c
    trunk/Build/source/texk/web2c/uptexdir/kanji_dump.c

Modified: trunk/Build/source/texk/web2c/ptexdir/kanji_dump.c
===================================================================
--- trunk/Build/source/texk/web2c/ptexdir/kanji_dump.c	2019-02-06 14:14:04 UTC (rev 49960)
+++ trunk/Build/source/texk/web2c/ptexdir/kanji_dump.c	2019-02-06 15:20:23 UTC (rev 49961)
@@ -42,7 +42,7 @@
     /* 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()));
     }
 }

Modified: trunk/Build/source/texk/web2c/uptexdir/kanji_dump.c
===================================================================
--- trunk/Build/source/texk/web2c/uptexdir/kanji_dump.c	2019-02-06 14:14:04 UTC (rev 49960)
+++ trunk/Build/source/texk/web2c/uptexdir/kanji_dump.c	2019-02-06 15:20:23 UTC (rev 49961)
@@ -42,7 +42,7 @@
     /* 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()));
     }
 }



More information about the tex-live-commits mailing list