This commit is contained in:
Glenn Maynard
2004-12-10 03:25:28 +00:00
parent e2ea72dbac
commit a526d09e3a
+1 -1
View File
@@ -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;