texlive[49831] Build/source/texk/web2c: MetaPost: fixed typo in

commits+lscarso at tug.org commits+lscarso at tug.org
Sun Jan 27 11:53:03 CET 2019


Revision: 49831
          http://tug.org/svn/texlive?view=revision&revision=49831
Author:   lscarso
Date:     2019-01-27 11:53:03 +0100 (Sun, 27 Jan 2019)
Log Message:
-----------
MetaPost: fixed typo in mpost.w. LuaTeX: updated dev. id.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
    trunk/Build/source/texk/web2c/mplibdir/mpost.w

Modified: trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2019-01-27 06:55:25 UTC (rev 49830)
+++ trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2019-01-27 10:53:03 UTC (rev 49831)
@@ -1 +1 @@
-#define luatex_svn_revision 7064
+#define luatex_svn_revision 7070

Modified: trunk/Build/source/texk/web2c/mplibdir/mpost.w
===================================================================
--- trunk/Build/source/texk/web2c/mplibdir/mpost.w	2019-01-27 06:55:25 UTC (rev 49830)
+++ trunk/Build/source/texk/web2c/mplibdir/mpost.w	2019-01-27 10:53:03 UTC (rev 49831)
@@ -1102,7 +1102,7 @@
 input.
 
 @d command_line_size 256
- at d max_commad_line_size 0xFFFFFFF /* should be the same of |max_halfword| (see |mp_reallocate_buffer|) */
+ at d max_command_line_size 0xFFFFFFF /* should be the same of |max_halfword| (see |mp_reallocate_buffer|) */
 
 @<Copy the rest of the command line@>=
 {
@@ -1116,7 +1116,7 @@
       buflen +=(strlen(argv[optind_aux])+1); /* reserve space for ' ' as separator */
     }
     /* Last char is ' ', no need to reserve space for final '\0' */
-    if (buflen > max_commad_line_size) {
+    if (buflen > max_command_line_size) {
         fprintf(stderr,"length of command line too long!\n");
     	exit(EXIT_FAILURE);
     }



More information about the tex-live-commits mailing list