mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 08:38:11 +02:00
mount: update internal position on seek - fixes #774
This commit is contained in:
@ -52,6 +52,7 @@ func (fh *ReadFileHandle) seek(offset int64) error {
|
||||
fs.Debug(fh.o, "ReadFileHandle.Read seek close old failed: %v", err)
|
||||
}
|
||||
fh.r = r
|
||||
fh.offset = offset
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user