1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 13:03:34 +02:00

Pass length into ReadInternal

This commit is contained in:
Pavel Djundik
2015-10-22 12:24:34 +03:00
parent 2bbe339458
commit 98749925c7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
$Buffer = new Buffer( );
$Buffer->Set( $this->PacketQueue->pop() );
$this->ReadInternal( $Buffer, [ $this, 'Sherlock' ] );
$this->ReadInternal( $Buffer, $Length, [ $this, 'Sherlock' ] );
return $Buffer;
}