]> git.pond.sub.org Git - empserver/commit
Fix ef_open()'s error message for file larger than static cache
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 27 Apr 2011 17:44:26 +0000 (19:44 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Jun 2011 14:50:05 +0000 (16:50 +0200)
commit5703bdd61ce3ceb4115a5564e4c142f7c3d8d8ea
treeadf87989e2091f5d49b238bfa8a5b5ae18cdfe4e
parentbd453cd8213201910028de2a58f2c19a98d420d8
Fix ef_open()'s error message for file larger than static cache

The message claims the file is larger than it actually is.  Broken
since commit 71908018 (v4.3.0) implemented static cache in ef_open().
Harmless, because no file-backed table has a statically allocated
cache.
src/lib/common/file.c