optimize: use update_cursors instead of move_cursors
commit786daa3f811ea0ebe280732c9f71e6cefcf39166
authorPetr Tesarik <petr@tesarici.cz>
Tue, 9 Oct 2012 15:22:55 +0000 (9 17:22 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Tue, 9 Oct 2012 15:22:55 +0000 (9 17:22 +0200)
tree497979850237e1e3afb04c7e25c1e6edfe05eba6
parent7feb3e782b3dd00c15f103fe6f411e23a0bd3ed2
optimize: use update_cursors instead of move_cursors

At this point only cursors in the given range remain, so I can use
the simpler update_cursors() function.

This also skips the relinking of cursor references, but that's OK,
because we don't change the cursor block pointer.
libhed/file.c