1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-28 21:14:57 +03:00

Fix for Mantis bug 1914

This commit is contained in:
Graham Nelson 2022-04-11 23:51:04 +01:00
parent 98b832014e
commit ae46105e51

View file

@ -450,7 +450,7 @@ objects which in all other circumstances never have children in the tree.
#Ifdef DBLW;
[ DiagnoseSortList obj memb;
for (memb=child(obj): memb~=nothing: memb=sibling(memb)) print memb, " --> "; new_line;
for (memb=obj: memb~=nothing: memb=sibling(memb)) print memb, " --> "; new_line;
];
#Endif;