seek fix
This commit is contained in:
@@ -593,7 +593,7 @@ int RageFileObjZipDeflated::SeekInternal( int iPos )
|
|||||||
while( iOffset )
|
while( iOffset )
|
||||||
{
|
{
|
||||||
/* Must call parent.Read: */
|
/* Must call parent.Read: */
|
||||||
int got = Read( buf, min( (int) sizeof(buf), iOffset ) );
|
int got = ReadInternal( buf, min( (int) sizeof(buf), iOffset ) );
|
||||||
if( got == -1 )
|
if( got == -1 )
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user