]> git.pond.sub.org Git - empserver/commit
Use sctstr member sct_uid instead of recomputing it
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 24 Mar 2008 09:53:56 +0000 (10:53 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 26 Mar 2008 21:10:29 +0000 (22:10 +0100)
commita0fa4550a8010b5cb841d69751fb3686912b5aea
treec2e3b8d2cd96ab8e07cf7f2dcbd0b83c9e25639e
parentf18502a1d11051b6095546fb195632e5130a01df
Use sctstr member sct_uid instead of recomputing it

The old code recomputed it with sctoff() in some places, without
checking for failure.  Not a bug, because it can't actually fail, just
confusing.
include/sect.h
src/lib/commands/bdes.c
src/lib/commands/navi.c
src/lib/common/bestpath.c
src/lib/subs/maps.c
src/lib/subs/move.c
src/lib/update/bp.c
src/lib/update/finish.c