]> git.pond.sub.org Git - empserver/commit
(shiprepair): Remove parameter vec, work with ship->shp_item[]
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 11 Mar 2004 13:15:02 +0000 (13:15 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 11 Mar 2004 13:15:02 +0000 (13:15 +0000)
commitc7d3a8ffa87e729e632327f4d5e9aa6c59c23649
tree19596477a295a3f68cd868b44e8e613e7a0e9920
parent902a1c9f1799a24b7c6b85c89d03f0ed26349cea
(shiprepair): Remove parameter vec, work with ship->shp_item[]
instead.  This is safe, because the only caller passed a copy of the
latter created with getvec(), and shiprepair() doesn't change it.
Caller changed.
src/lib/update/ship.c