texlive[71817]

commits+ascherer at tug.org commits+ascherer at tug.org
Tue Jul 16 16:33:05 CEST 2024


Revision: 71817
          https://tug.org/svn/texlive?view=revision&revision=71817
Author:   ascherer
Date:     2024-07-16 16:33:05 +0200 (Tue, 16 Jul 2024)
Log Message:
-----------
[CWEB] Release file resource early.

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfwebtocfront.tex

Modified: trunk/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfwebtocfront.tex
===================================================================
--- trunk/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfwebtocfront.tex	2024-07-16 14:31:21 UTC (rev 71816)
+++ trunk/Master/texmf-dist/tex/plain/cweb/cwebbin/pdfwebtocfront.tex	2024-07-16 14:33:05 UTC (rev 71817)
@@ -18,7 +18,7 @@
 \newread\testread
 \openin\testread=\contentsfile\relax
 \ifeof\testread % First run
-\else % Second run
+\else\closein\testread % Second run
   % Fix page numbers in the PDF bootmarks with 'Page Labels'
   \def\tocpages{1} % Most programs have one-page Table-of-Contents
   \def\tocstart{2} % so we start with (fake) page 2 for the rest



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