mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-07-14 11:04:49 +02:00
Pass length into ReadInternal
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
$Buffer = new Buffer( );
|
||||
$Buffer->Set( FRead( $this->Socket, $Length ) );
|
||||
|
||||
$this->ReadInternal( $Buffer, [ $this, 'Sherlock' ] );
|
||||
$this->ReadInternal( $Buffer, $Length, [ $this, 'Sherlock' ] );
|
||||
|
||||
return $Buffer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user