texlive[55554] Build/source/texk/web2c: gftodvi.ch: Suppress a

commits+hironobu at tug.org commits+hironobu at tug.org
Mon Jun 15 13:27:22 CEST 2020


Revision: 55554
          http://tug.org/svn/texlive?view=revision&revision=55554
Author:   hironobu
Date:     2020-06-15 13:27:22 +0200 (Mon, 15 Jun 2020)
Log Message:
-----------
gftodvi.ch: Suppress a compiler warning

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/gftodvi.ch

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2020-06-15 11:23:15 UTC (rev 55553)
+++ trunk/Build/source/texk/web2c/ChangeLog	2020-06-15 11:27:22 UTC (rev 55554)
@@ -1,3 +1,7 @@
+2020-06-15  Hironobu Yamashita  <h.y.acetaminophen at gmail.com>
+
+	* gftodvi.ch: Suppress a compiler warning.
+
 2020-06-10  Andreas Scherer  <https://ascherer.github.io>
 
 	* bibtex.ch,

Modified: trunk/Build/source/texk/web2c/gftodvi.ch
===================================================================
--- trunk/Build/source/texk/web2c/gftodvi.ch	2020-06-15 11:23:15 UTC (rev 55553)
+++ trunk/Build/source/texk/web2c/gftodvi.ch	2020-06-15 11:27:22 UTC (rev 55554)
@@ -332,7 +332,7 @@
     end
   else if (c=".")and(ext_delimiter=0) then ext_delimiter:=pool_ptr;
 @y
-else  begin if (c="/") then
+else  begin if c="/" then
     begin area_delimiter:=pool_ptr; ext_delimiter:=0;
     end
   else if c="." then ext_delimiter:=pool_ptr;



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