texlive[61601] Build/source/texk/web2c/hitexdir/hitex.w: typo

commits+kakuto at tug.org commits+kakuto at tug.org
Thu Jan 13 22:31:05 CET 2022


Revision: 61601
          http://tug.org/svn/texlive?view=revision&revision=61601
Author:   kakuto
Date:     2022-01-13 22:31:05 +0100 (Thu, 13 Jan 2022)
Log Message:
-----------
typo

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-01-13 21:05:40 UTC (rev 61600)
+++ trunk/Build/source/texk/web2c/hitexdir/hitex.w	2022-01-13 21:31:05 UTC (rev 61601)
@@ -33833,7 +33833,7 @@
   @t\qquad@>"\t enable extensions required for LaTeX\n"@/
   " -ini                  "@/
   @t\qquad@>"\t be initex for dumping formats; this is\n"@/
-  @t\qquad@>"\t\t\t also true if the program name is `kinitex'\n"@/
+  @t\qquad@>"\t\t\t also true if the program name is `hinitex'\n"@/
   " -progname=STRING      "@/
   @t\qquad@>"\t set program (and fmt) name to STRING\n"@/
   " -fmt=FMTNAME          "@/
@@ -34572,6 +34572,10 @@
 static time_t start_time = ((time_t)-1);
 static char *source_date_epoch,*force_source_date;
 
+#if defined(_MSC_VER) && _MSC_VER < 1800
+#define strtoull _strtoui64
+#endif
+
 static struct tm *tl_now(void)
 {@+struct tm *gmt;
    time_t t;



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