]> git.pond.sub.org Git - empserver/commit
Fix fillcache() and do_write() error handling
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 21 Mar 2008 08:13:04 +0000 (09:13 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 21 Mar 2008 08:13:04 +0000 (09:13 +0100)
commit570ce80edf9625504671b3346082ad3e38241750
treec90920bfd160c20c98351b3c25ad670af9332ff9
parent54f1e9a07f03cac43a407b8799630689da6038b0
Fix fillcache() and do_write() error handling

Fix test for interrupted I/O.  Catch read hitting EOF unexpectedly.
Log errors in more detail.
src/lib/common/file.c