]> git.pond.sub.org Git - empserver/commit
(do_write): New.
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 24 Oct 2005 19:17:05 +0000 (19:17 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 24 Oct 2005 19:17:05 +0000 (19:17 +0000)
commit1c4fb6791172fe62b5bd8bff199cbbf0f4421e5c
tree276672a66272ed5f97ef8a61c08dfec10d6f1805
parentab03d83ce107996385276e7ece79087305e844dd
(do_write): New.
(ef_flush, ef_write): Use it.  Old code couldn't cope with interrupted
or short writes (mostly harmless, as disk reads commonly complete).

(ef_write): Use CANT_HAPPEN() for catching unimplemented table
extensions.
src/lib/common/file.c