texlive[45227] Build/source/texk/web2c/luatexdir/luatex.c: luatex.c:

commits+kakuto at tug.org commits+kakuto at tug.org
Wed Sep 6 08:21:54 CEST 2017


Revision: 45227
          http://tug.org/svn/texlive?view=revision&revision=45227
Author:   kakuto
Date:     2017-09-06 08:21:53 +0200 (Wed, 06 Sep 2017)
Log Message:
-----------
luatex.c: typo

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/luatex.c

Modified: trunk/Build/source/texk/web2c/luatexdir/luatex.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luatex.c	2017-09-06 00:17:49 UTC (rev 45226)
+++ trunk/Build/source/texk/web2c/luatexdir/luatex.c	2017-09-06 06:21:53 UTC (rev 45227)
@@ -624,7 +624,8 @@
      seems more in keeping with actual command line processing.  */
 #define IS_SPC_OR_EOL(c) ((c) == ' ' || (c) == '\r' || (c) == '\n')
   for (--last; last >= first && IS_SPC_OR_EOL (buffer[last]); --last) 
-    last++;
+    ;
+  last++;
 
     /* One more time, this time converting to TeX's internal character
        representation.  */



More information about the tex-live-commits mailing list