probably fix bug in seek

This commit is contained in:
rsc 2004-06-16 15:31:30 +00:00
parent bd2e802053
commit 75a69d3b20

View file

@ -4,7 +4,7 @@
off_t
Bseek(Biobuf *bp, off_t offset, int base)
{
off_t n, d;
vlong n, d;
switch(bp->state) {
default: