]> git.pond.sub.org Git - empserver/commit
(bestownedpath): Return NULL on long path instead of "?". Terminate
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 5 Apr 2006 09:30:38 +0000 (09:30 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 5 Apr 2006 09:30:38 +0000 (09:30 +0000)
commitabb9ae233825c1b79b8b530d4a24aed7bcc41cc7
tree203d8e0a2cd611c43b75a2cbfff4505af084831a
parent9c27a771b3dfa794ca37d45b4e4e75df34d8437d
(bestownedpath): Return NULL on long path instead of "?".  Terminate
returned path with 'h'.  This makes BestShipPath() and BestAirPath()
more similar to BestLandPath().  Simplify callers.
src/lib/commands/orde.c
src/lib/common/bestpath.c
src/lib/update/nav_ship.c