]> mj.ucw.cz Git - libucw.git/commit
Bucket fastbuf's have to be seekable, since shep-reap seeks on them
authorMartin Mares <mj@ucw.cz>
Thu, 5 Aug 2004 22:28:58 +0000 (22:28 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 5 Aug 2004 22:28:58 +0000 (22:28 +0000)
commit96ff5968030ed5c0a4dd2ded3c4e903bcb131e89
treee5a02737f3b909eedad1e7f6954df0c0959f249f
parentaf4cc9d8e3bad71ac487fe9c224d55a806412aa0
Bucket fastbuf's have to be seekable, since shep-reap seeks on them
(although the seek will be inside the buffer [and thence optimized out
by bseek()] under all reasonable circumstances [it was triggered by
a bug in buck2obj]).
lib/bucket.c