probably fix bug in seek
This commit is contained in:
parent
bd2e802053
commit
75a69d3b20
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
off_t
|
off_t
|
||||||
Bseek(Biobuf *bp, off_t offset, int base)
|
Bseek(Biobuf *bp, off_t offset, int base)
|
||||||
{
|
{
|
||||||
off_t n, d;
|
vlong n, d;
|
||||||
|
|
||||||
switch(bp->state) {
|
switch(bp->state) {
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue