bigger seek buffer
This commit is contained in:
@@ -21,7 +21,7 @@ int RageFileObj::Seek( int offset )
|
|||||||
else
|
else
|
||||||
offset -= OldPos;
|
offset -= OldPos;
|
||||||
|
|
||||||
char buf[256];
|
char buf[1024*4];
|
||||||
while( offset )
|
while( offset )
|
||||||
{
|
{
|
||||||
/* Must call parent.Read: */
|
/* Must call parent.Read: */
|
||||||
|
|||||||
Reference in New Issue
Block a user