texlive[45050] Build/source/texk/web2c/pdftexdir/pdftosrc.cc:

commits+kakuto at tug.org commits+kakuto at tug.org
Wed Aug 16 09:49:34 CEST 2017


Revision: 45050
          http://tug.org/svn/texlive?view=revision&revision=45050
Author:   kakuto
Date:     2017-08-16 09:49:34 +0200 (Wed, 16 Aug 2017)
Log Message:
-----------
pdftexdir: Change comments a little

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/pdftexdir/pdftosrc.cc

Modified: trunk/Build/source/texk/web2c/pdftexdir/pdftosrc.cc
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/pdftosrc.cc	2017-08-16 00:17:53 UTC (rev 45049)
+++ trunk/Build/source/texk/web2c/pdftexdir/pdftosrc.cc	2017-08-16 07:49:34 UTC (rev 45050)
@@ -179,8 +179,10 @@
                     obj1.free();
                     obj2.free();
                 }
-/* FIXME: crashes here for xpdf 4.00. Is this line really necessary?
-          Temporarily this line is disabled.
+/* The stream str is local, and it is never used hereafter.
+   When parser is deleted, Lexer(xref, str), and the stream str
+   are automatically deleted. Thus this line, which causes a crash
+   in the case of xpdf-4.00, is not necessary.
                 while (str->getChar() != EOF) ;
 */
                 delete parser;



More information about the tex-live-commits mailing list