Skip to content

Commit e2b52c5

Browse files
committed
Fix infinite loop in example under Section 2.6.2 Loops over list of items
1 parent e4650af commit e2b52c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/latex/pgfplots/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-07-10 Hanson Char <[email protected]>
2+
3+
Fix infinite loop in example under Section 2.6.2 Loops over list of items
4+
15
2021-12-27 Christian Feuersaenger <[email protected]>
26

37
fix linux file read permissions of some new lua files in TDS zip

doc/latex/pgfplots/TeX-programming-notes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ \subsubsection{Loops over list of items}
926926
}%
927927
\long\def\looppicker#1#2#3,{%
928928
\def\tempitem{#3}%
929-
\ifx\tempitem\listingloopENDMARKER
929+
\expandafter\ifx\tempitem\listingloopENDMARKER
930930
\let\next=\relax%
931931
\else
932932
\def#1{#3}%

0 commit comments

Comments
 (0)