texlive[62998] Build/source/texk/web2c/hitexdir/hitex.w: eliminating
commits+mruckert at tug.org
commits+mruckert at tug.org
Mon Apr 11 15:39:51 CEST 2022
Revision: 62998
http://tug.org/svn/texlive?view=revision&revision=62998
Author: mruckert
Date: 2022-04-11 15:39:51 +0200 (Mon, 11 Apr 2022)
Log Message:
-----------
eliminating the string alias for char*
Modified Paths:
--------------
trunk/Build/source/texk/web2c/hitexdir/hitex.w
Modified: trunk/Build/source/texk/web2c/hitexdir/hitex.w
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/hitex.w 2022-04-10 23:49:22 UTC (rev 62997)
+++ trunk/Build/source/texk/web2c/hitexdir/hitex.w 2022-04-11 13:39:51 UTC (rev 62998)
@@ -34320,9 +34320,9 @@
@<record {\tt texmf.cnf}@>=
if (recorder_enabled) {
- string *p = kpse_find_file_generic ("texmf.cnf", kpse_cnf_format, 0, 1);
+ char **p = kpse_find_file_generic ("texmf.cnf", kpse_cnf_format, 0, 1);
if (p && *p) {
- string *pp = p;
+ char **pp = p;
while (*p) {
recorder_record_input (*p);
free (*p);
More information about the tex-live-commits
mailing list.