From e55e56ce482cc9d01a0b83f22dac4851eb4c0357 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 25 Feb 2020 03:01:07 +0000 Subject: CTAN sync 202002250301 --- macros/latex/base/ltclass.dtx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'macros/latex/base/ltclass.dtx') diff --git a/macros/latex/base/ltclass.dtx b/macros/latex/base/ltclass.dtx index 96daa3aa30..578443921b 100644 --- a/macros/latex/base/ltclass.dtx +++ b/macros/latex/base/ltclass.dtx @@ -33,7 +33,7 @@ %<*driver> % \fi \ProvidesFile{ltclass.dtx} - [2020/02/05 v1.3i LaTeX Kernel (Class & Package Interface)] + [2020/02/20 v1.3j LaTeX Kernel (Class & Package Interface)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltclass.dtx} @@ -1911,6 +1911,7 @@ % (hopefully) safe. If not opened that means we are going to write % on the terminal. % \changes{v1.3g}{2020/01/27}{Fix typo in error message} +% \changes{v1.3j}{2020/02/20}{Fix missing quotes around file name (gh/284)} % \begin{macrocode} \ch@ck7\reserved@c\write\relax% \if@filesw% % Foul ... trying to overwrite \jobname! @@ -1920,7 +1921,7 @@ \else% \@latex@warning@no@line% {Writing or overwriting file `\@currdir\@curr@file'}% - \immediate\openout\reserved@c#1\relax% + \immediate\openout\reserved@c\q@curr@file\relax% \fi% \fi% \fi% -- cgit v1.2.3