mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
fix stream_stat for native stream
This commit is contained in:
parent
f018d1cd0a
commit
466ba929a3
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class NativeStream implements File {
|
|||
}
|
||||
|
||||
public function stream_tell() {
|
||||
return $this->stream_seek(0, SEEK_CUR);
|
||||
return $this->state->lseek($this->handle, 0, SEEK_CUR);
|
||||
}
|
||||
|
||||
public function stream_write($data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue