Skip to content

Commit

Permalink
Correct date printed when skipping undo section
Browse files Browse the repository at this point in the history
  • Loading branch information
PhelypeOleinik committed Mar 21, 2021
1 parent dac030a commit 2a33a0e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions base/ltvers.dtx
Expand Up @@ -247,15 +247,16 @@
\ifx\new@moduledate\@empty\else 1\fi
\ifnum \expandafter\@parse@version#1//00\@nil=0 1\fi
=11
\expandafter\expandafter
\expandafter\finish@module@release
\expandafter\@gobblefour
\expandafter\@firstoftwo
\else
\expandafter\@secondoftwo
\fi
\kernel@ifnextchar[%
{\@IncludeInRelease{#1}}
{\@IncludeInRelease{#1}[#1]}}
\def\finish@module@release#1#2{%
\toks@\expandafter{\expandafter[\new@moduledate] #2}%
{\finish@module@release{#1}}%
{\kernel@ifnextchar[%
{\@IncludeInRelease{#1}}
{\@IncludeInRelease{#1}[#1]}}}
\def\finish@module@release#1#2#3{%
\toks@{[#1] #3}%
\ifnum\expandafter\@parse@version\new@moduledate//00\@nil
>\expandafter\@parse@version\fmtversion//00\@nil
\GenericInfo{}{Applying: \the\toks@}%
Expand Down

0 comments on commit 2a33a0e

Please sign in to comment.