Skip to content
Snippets Groups Projects
Commit 23684030 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

mp.w: Typo (thanks to A. Kakuto)

[[Split portion of a mixed commit.]]
parent 9ffd802d
No related branches found
No related tags found
No related merge requests found
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7527
#define luatex_svn_revision 7528
#endif
2022-05-28 Akira Kakuto <kakuto@jcom.zaq.ne.jp>
* mp.w: Typo.
2022-05-23 Luigi Scarso <luigi.scarso@gmail.com>
* Fixed mp_begin_iteration (H.Hagen)
2022-05-15 Luigi Scarso <luigi.scarso@gmail.com>
* Fixed a memory leak in mplib (H.Hagen)
2022-03-21 Karl Berry <karl@tug.org>
* TL'22 release.
......
......@@ -21169,7 +21169,7 @@ void mp_begin_iteration (MP mp) {
p->value_mod = mp_suffix_sym;
}
mp_get_x_next (mp);
if (p->value_mod = mp_expr_sym && cur_cmd() == mp_within_token) {
if (p->value_mod == mp_expr_sym && cur_cmd() == mp_within_token) {
@<Set up a picture iteration@>;
} else {
@<Check for the assignment in a loop header@>;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment