texlive[74337] Build/source/texk/web2c/lib: texmfmp.c: remove

commits+kakuto at tug.org commits+kakuto at tug.org
Fri Feb 28 01:57:25 CET 2025


Revision: 74337
          https://tug.org/svn/texlive?view=revision&revision=74337
Author:   kakuto
Date:     2025-02-28 01:57:24 +0100 (Fri, 28 Feb 2025)
Log Message:
-----------
texmfmp.c: remove problematic lines for windows (windows only)

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	2025-02-28 00:48:50 UTC (rev 74336)
+++ trunk/Build/source/texk/web2c/lib/ChangeLog	2025-02-28 00:57:24 UTC (rev 74337)
@@ -1,3 +1,7 @@
+2025-02-28  Akira Kakuto  <kakuto at jcom.zaq.ne.jp>
+
+	* texmfmp.c: Remove problematic lines for windows (windows only)
+
 2025-02-04  Hironori Kitagawa  <h_kitagawa2001 at yahoo.co.jp>
 
 	* texmfmp.c: Avoid segmentation fault.

Modified: trunk/Build/source/texk/web2c/lib/texmfmp.c
===================================================================
--- trunk/Build/source/texk/web2c/lib/texmfmp.c	2025-02-28 00:48:50 UTC (rev 74336)
+++ trunk/Build/source/texk/web2c/lib/texmfmp.c	2025-02-28 00:57:24 UTC (rev 74337)
@@ -531,6 +531,7 @@
       *d++ = QUOTE;
     }
     *d = '\0';
+#if 0
 #ifdef WIN32
     {
       char *p, *q, *r;
@@ -569,6 +570,7 @@
       }
     }
 #endif
+#endif
   }
 
   return allow;



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