]> git.pond.sub.org Git - empserver/commit
(do_fallout, meltitems): Work directly on item arrays instead of
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 11 Mar 2004 18:36:43 +0000 (18:36 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 11 Mar 2004 18:36:43 +0000 (18:36 +0000)
commiteb94c88806f2be594c639f38bf223bf91fc8004d
treeaa2dc2fce6daba63449dbb2bbf7003dc6b908715
parentc922b571db33aef5ff424e5cafbdfbc147064d96
(do_fallout, meltitems): Work directly on item arrays instead of
copies made by getvec().  This is safe, because the old code made
single copies and always flushed them back into the unit structures.

(meltitems): Don't claim more items were lost than existed.
src/lib/update/sect.c