]> git.pond.sub.org Git - empserver/commit
Clean up path finding in getpath()
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 27 Mar 2011 06:44:30 +0000 (08:44 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 12 Apr 2011 19:51:32 +0000 (21:51 +0200)
commit404a76f79e2af222849a1e4fd7fce71ac09b2065
tree3cb91de80a8f02852e5cf95df4ca01874113b413
parent182d62deed685ee61600d0a2518e8e9646b6e4e2
Clean up path finding in getpath()

Don't claim the destination sector is unreachable when the best path
is longer than 99 characters or the complete path is longer than 1023
characters.  Instead, report that the path is too long when the total
path is longer than 1023 characters.
src/lib/subs/paths.c