Simplify list traversal logic in add_path().
Its mechanism for recovering after deleting the current list cell was a bit klugy. Borrow the technique used in other places.
Showing
Please register or sign in to comment
Its mechanism for recovering after deleting the current list cell was a bit klugy. Borrow the technique used in other places.