bigger seek buffer

This commit is contained in:
Glenn Maynard
2003-12-10 05:01:22 +00:00
parent c4cd8ba935
commit d5281f11eb
+1 -1
View File
@@ -21,7 +21,7 @@ int RageFileObj::Seek( int offset )
else
offset -= OldPos;
char buf[256];
char buf[1024*4];
while( offset )
{
/* Must call parent.Read: */