]> git.pond.sub.org Git - empserver/commit
(ef_read): Catch null cache.
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 24 Oct 2005 23:16:13 +0000 (23:16 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 24 Oct 2005 23:16:13 +0000 (23:16 +0000)
commitecab7c4f2f09db370c7462fd5b2b7417a06e7c8d
tree08da4da7384b3332f921f0a98aea67272a2e6d88
parent880a3e399bd7f3b73d78e5841621c2b1481a0816
(ef_read): Catch null cache.

(ef_read): Used to get the file size again some circumstances; doesn't
make sense, as no other process may be writing this file.

(ef_write): Don't refuse to write beyond record 65536.  This module
can cope with that.  Some users have trouble long before that (short
record numbers), but that should be handled there.

(ef_write): Catch table not file-backed.
src/lib/common/file.c