]> git.pond.sub.org Git - empserver/commitdiff
Use relations_with() in nav_loadship()
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 30 Jan 2011 16:10:43 +0000 (17:10 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 16 Feb 2011 06:55:24 +0000 (07:55 +0100)
No functional change, because the value of rel only matters when
sectp->sct_own != sp->shp_own, and then it's the same as before.

The new value of rel permits simplifying sectp->sct_own == sp->shp_own
|| rel >= FRIENDLY to just rel >= FRIENDLY.


No differences found