texlive[72065] Build/source/texk/kpathsea: avoid double space in
commits+karl at tug.org
commits+karl at tug.org
Mon Aug 19 16:12:58 CEST 2024
Revision: 72065
https://tug.org/svn/texlive?view=revision&revision=72065
Author: karl
Date: 2024-08-19 16:12:58 +0200 (Mon, 19 Aug 2024)
Log Message:
-----------
avoid double space in not_ok msg
Modified Paths:
--------------
trunk/Build/source/texk/kpathsea/ChangeLog
trunk/Build/source/texk/kpathsea/tex-file.c
Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog 2024-08-18 23:41:46 UTC (rev 72064)
+++ trunk/Build/source/texk/kpathsea/ChangeLog 2024-08-19 14:12:58 UTC (rev 72065)
@@ -1,3 +1,8 @@
+2024-08-19 Karl Berry <karl at freefriends.org>
+
+ * tex-file.c (kpathsea_name_ok) <not_ok>: avoid spurious double space
+ in message.
+
2024-07-01 Karl Berry <karl at tug.org>
* texmf.cnf (shell_escape_commands): restore extractbb,
Modified: trunk/Build/source/texk/kpathsea/tex-file.c
===================================================================
--- trunk/Build/source/texk/kpathsea/tex-file.c 2024-08-18 23:41:46 UTC (rev 72064)
+++ trunk/Build/source/texk/kpathsea/tex-file.c 2024-08-19 14:12:58 UTC (rev 72065)
@@ -1367,7 +1367,7 @@
not_ok: /* Some test failed. */
if (!silent)
- fprintf (stderr, "\n%s: Not %s %s (%s = %s; %s extended check).\n",
+ fprintf (stderr, "\n%s: Not %s %s (%s = %s; %sextended check).\n",
kpse->invocation_name, ok_type_name[action], fname,
check_var, open_choice, extended ? "" : "no ");
if (expanded_fname) free ((void *) expanded_fname);
More information about the tex-live-commits
mailing list.