texlive[66597] Build/source/texk/web2c/lib: typo

commits+kakuto at tug.org commits+kakuto at tug.org
Sun Mar 19 23:50:28 CET 2023


Revision: 66597
          http://tug.org/svn/texlive?view=revision&revision=66597
Author:   kakuto
Date:     2023-03-19 23:50:27 +0100 (Sun, 19 Mar 2023)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/lib/ChangeLog
    trunk/Build/source/texk/web2c/lib/texmfmp.c

Modified: trunk/Build/source/texk/web2c/lib/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/lib/ChangeLog	2023-03-19 22:16:03 UTC (rev 66596)
+++ trunk/Build/source/texk/web2c/lib/ChangeLog	2023-03-19 22:50:27 UTC (rev 66597)
@@ -1,3 +1,7 @@
+2023-03-20  Akira Kakuto  <kakuto at jcom.zaq.ne.jp>
+
+	* texmfmp.c: Typo, missing !IS_pTeX in ipcpage().
+
 2023-03-09  Karl Berry  <karl at tug.org>
 
 	* TL'23 release.

Modified: trunk/Build/source/texk/web2c/lib/texmfmp.c
===================================================================
--- trunk/Build/source/texk/web2c/lib/texmfmp.c	2023-03-19 22:16:03 UTC (rev 66596)
+++ trunk/Build/source/texk/web2c/lib/texmfmp.c	2023-03-19 22:50:27 UTC (rev 66597)
@@ -1505,7 +1505,7 @@
             strstartar[outputfilename - 65536L];
 #endif
     name = xmalloc (len + 1);
-#if !defined(Aleph)
+#if !defined(Aleph) && !IS_pTeX
     strncpy (name, (string)&strpool[strstart[outputfilename]], len);
 #else
     {



More information about the tex-live-commits mailing list.