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

fix in last_node fetcher -- trunk

parent 7179ca6e
No related branches found
No related tags found
No related merge requests found
#define luatex_svn_revision 7097
#define luatex_svn_revision 7106
......@@ -273,8 +273,8 @@ halfword pop_tail(void)
while (vlink(n) != cur_list.tail_field)
n = vlink(n);
}
flush_node(cur_list.tail_field);
cur_list.tail_field = n;
alink(r) = null;
vlink(n) = null;
return r;
} else {
......
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