]> git.pond.sub.org Git - empserver/commit
Clean up path finding in path()
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 26 Mar 2011 07:15:08 +0000 (08:15 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 12 Apr 2011 19:51:32 +0000 (21:51 +0200)
commitb73a3f52e57a1b6c43e107c10a2b33eb85a77c79
tree366d0ef17f821c29d36e5d5bffcd4c2973ca7457
parenta34517a3f5be715e679bd558edb32ac030439688
Clean up path finding in path()

Don't claim the destination sector is unreachable when the best path
is longer than 1023 characters.  Instead, report that the path is too
long.
src/lib/commands/path.c