commit 75a69d3b20b73b4a66530043090198b8be1d7d0a from: rsc date: Wed Jun 16 15:31:30 2004 UTC probably fix bug in seek commit - bd2e802053c8fc6babf4c2bb6e33912f1c0aee9d commit + 75a69d3b20b73b4a66530043090198b8be1d7d0a blob - f4325fb8732473c27e4a9d7c166d8b4c770b50e6 blob + c9e4493ec806417f257af70770f5f1bc53cb97a3 --- src/libbio/bseek.c +++ src/libbio/bseek.c @@ -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: